HomeSort by relevance Sort by last modified time
    Searched refs:CAPNG_PRINT_STDOUT (Results 1 - 8 of 8) sorted by null

  /external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c 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/utils/
captest.c 104 capng_print_caps_text(CAPNG_PRINT_STDOUT,
110 capng_print_caps_text(CAPNG_PRINT_STDOUT,
116 capng_print_caps_text(CAPNG_PRINT_STDOUT,
122 capng_print_caps_text(CAPNG_PRINT_STDOUT,
135 capng_print_caps_numeric(CAPNG_PRINT_STDOUT,
250 capng_print_caps_text(CAPNG_PRINT_STDOUT,
pscap.c 176 capng_print_caps_text(CAPNG_PRINT_STDOUT,
filecap.c 68 capng_print_caps_text(CAPNG_PRINT_STDOUT,
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 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/src/
cap-ng.h 45 typedef enum { CAPNG_PRINT_STDOUT, CAPNG_PRINT_BUFFER } capng_print_t;
cap-ng.c 821 if (where == CAPNG_PRINT_STDOUT) {
907 if (where == CAPNG_PRINT_STDOUT) {
929 if (where == CAPNG_PRINT_STDOUT)
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 120 CAPNG_PRINT_STDOUT = _capng.CAPNG_PRINT_STDOUT

Completed in 2358 milliseconds