Searched refs:capng_print_caps_text (Results 1 – 10 of 10) sorted by relevance
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | captest.c | 104 capng_print_caps_text(CAPNG_PRINT_STDOUT, in report() 110 capng_print_caps_text(CAPNG_PRINT_STDOUT, in report() 116 capng_print_caps_text(CAPNG_PRINT_STDOUT, in report() 122 capng_print_caps_text(CAPNG_PRINT_STDOUT, in report() 250 capng_print_caps_text(CAPNG_PRINT_STDOUT, in main()
|
D | pscap.c | 172 capng_print_caps_text(CAPNG_PRINT_STDOUT, in main()
|
D | filecap.c | 68 capng_print_caps_text(CAPNG_PRINT_STDOUT, in check_file()
|
D | netcap.c | 107 text = capng_print_caps_text(CAPNG_PRINT_BUFFER, in collect_process_info()
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | capng.py | 182 def capng_print_caps_text(*args): function 183 return _capng.capng_print_caps_text(*args) 184 capng_print_caps_text = _capng.capng_print_caps_text variable
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
D | Makefile.am | 31 capng_print_caps_numeric.3 capng_print_caps_text.3 \
|
D | Makefile.in | 240 capng_print_caps_numeric.3 capng_print_caps_text.3 \
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.h | 74 char *capng_print_caps_text(capng_print_t where, capng_type_t which);
|
D | cap-ng.c | 889 char *capng_print_caps_text(capng_print_t where, capng_type_t which) in capng_print_caps_text() function
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | lib_test.c | 102 text=capng_print_caps_text(CAPNG_PRINT_BUFFER, CAPNG_EFFECTIVE); in main()
|