OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capng_print_caps_numeric
(Results
1 - 10
of
10
) sorted by null
/external/libcap-ng/libcap-ng-0.7/docs/
capng_print_caps_numeric.3
1
.TH "
CAPNG_PRINT_CAPS_NUMERIC
" "3" "June 2009" "Red Hat" "Libcap-ng API"
3
capng_print_caps_numeric
\- print numeric values for capabilities set
7
char *
capng_print_caps_numeric
(capng_print_t where, capng_select_t set);
11
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.
capng_print_caps_text.3
1
.TH "
CAPNG_PRINT_CAPS_NUMERIC
" "3" "June 2009" "Red Hat" "Libcap-ng API"
Makefile.am
31
capng_print_caps_numeric
.3 capng_print_caps_text.3 \
Makefile.in
240
capng_print_caps_numeric
.3 capng_print_caps_text.3 \
/external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c
49
text =
capng_print_caps_numeric
(CAPNG_PRINT_BUFFER, CAPNG_SELECT_CAPS);
72
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
78
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
91
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
97
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
128
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
140
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
158
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py
24
text = capng.
capng_print_caps_numeric
(capng.CAPNG_PRINT_BUFFER, capng.CAPNG_SELECT_CAPS)
40
capng.
capng_print_caps_numeric
(capng.CAPNG_PRINT_STDOUT, capng.CAPNG_SELECT_CAPS)
55
capng.
capng_print_caps_numeric
(capng.CAPNG_PRINT_STDOUT, capng.CAPNG_SELECT_CAPS)
65
capng.
capng_print_caps_numeric
(capng.CAPNG_PRINT_STDOUT, capng.CAPNG_SELECT_CAPS)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py
178
def
capng_print_caps_numeric
(*args):
function
179
return _capng.
capng_print_caps_numeric
(*args)
180
capng_print_caps_numeric
= _capng.
capng_print_caps_numeric
variable
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h
73
char *
capng_print_caps_numeric
(capng_print_t where, capng_select_t set);
cap-ng.c
814
char *
capng_print_caps_numeric
(capng_print_t where, capng_select_t set)
function
/external/libcap-ng/libcap-ng-0.7/utils/
captest.c
135
capng_print_caps_numeric
(CAPNG_PRINT_STDOUT,
Completed in 804 milliseconds