debian man page for capng_print_caps_numeric

Query: capng_print_caps_numeric

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CAPNG_PRINT_CAPS_NUMERIC(3)					   Libcap-ng API				       CAPNG_PRINT_CAPS_NUMERIC(3)

NAME
capng_print_caps_numeric - print numeric values for capabilities set
SYNOPSIS
#include <cap-ng.h> char *capng_print_caps_numeric(capng_print_t where, capng_select_t set);
DESCRIPTION
capng_print_caps_numeric will create a numeric representation of the internal capabilities. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free. The set parameter controls what is included in the representation. The legal options are CAPNG_SELECT_CAPS for the traditional capabili- ties, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
RETURN VALUE
If CAPNG_PRINT_BUFFER was selected for where, this will be the text buffer and NULL on failure. If CAPNG_PRINT_STDOUT was selected then this value will be NULL no matter what.
SEE ALSO
capabilities(7)
AUTHOR
Steve Grubb Red Hat June 2009 CAPNG_PRINT_CAPS_NUMERIC(3)
Related Man Pages
captest(8) - debian
captest(8) - linux
captest(8) - mojave
captest(8) - minix
captest(8) - xfree86
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
How to copy a column of multiple files and paste into new excel file (next to column)?