Home
last modified time | relevance | path

Searched refs:CAP_SET_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libcap/libcap/
Dcap_extint.c25 __u8 bytes[CAP_SET_SIZE][NUMBER_OF_CAP_SETS];
57 result->length_of_capset = CAP_SET_SIZE; in cap_copy_ext()
61 for (j=0; j<CAP_SET_SIZE; ) { in cap_copy_ext()
104 for (blk=0; blk<(CAP_SET_SIZE/sizeof(__u32)); ++blk) { in cap_copy_int()
Dlibcap.h112 #define CAP_SET_SIZE (__CAP_BLKS * sizeof(__u32)) macro