Searched refs:CAP_LAST_CAP (Results 1 - 8 of 8) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/src/
H A Dlookup_table.c29 #ifndef CAP_LAST_CAP
30 #define CAP_LAST_CAP CAP_AUDIT_CONTROL macro
33 #define cap_valid(x) ((x) <= CAP_LAST_CAP)
H A Dcap-ng.h34 #ifndef CAP_LAST_CAP
35 #define CAP_LAST_CAP CAP_AUDIT_CONTROL macro
H A Dcap-ng.c59 #define UPPER_MASK ~(unsigned)((~0U)<<(CAP_LAST_CAP-31))
67 #define cap_valid(x) ((x) <= CAP_LAST_CAP)
485 for (i=0; i <= CAP_LAST_CAP && rc == 0; i++)
902 for (i=0; i<=CAP_LAST_CAP; i++) {
916 ptr = malloc(CAP_LAST_CAP*18);
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dlib_test.c32 int rc, i, len, last = CAP_LAST_CAP;
82 #if CAP_LAST_CAP > 31
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c87 #if CAP_LAST_CAP < 31 || !defined (VFS_CAP_U32) || !defined (HAVE_ATTR_XATTR_H)
102 for (i=0; i<=CAP_LAST_CAP; i++) {
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
H A Dcapng-test.py11 last = capng.CAP_LAST_CAP
/external/kernel-headers/original/linux/
H A Dcapability.h363 #define CAP_LAST_CAP CAP_WAKE_ALARM macro
365 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng.py106 CAP_LAST_CAP = _capng.CAP_LAST_CAP variable

Completed in 229 milliseconds