Home
last modified time | relevance | path

Searched refs:LIBCAP_INH (Results 1 – 3 of 3) sorted by relevance

/external/libcap/libcap/
Dcap_text.c229 flags |= LIBCAP_INH; in cap_from_text()
258 if (flags & LIBCAP_INH) in cap_from_text()
267 if (flags & LIBCAP_INH) in cap_from_text()
345 f |= LIBCAP_INH; in getstateflags()
390 (m & LIBCAP_INH) ? "i" : "", in cap_to_text()
424 (n & LIBCAP_INH) ? "i" : "", in cap_to_text()
431 (n & LIBCAP_INH) ? "i" : "", in cap_to_text()
465 (t & LIBCAP_INH) ? "i" : "", in cap_to_text()
Dcap_flag.c142 ? LIBCAP_INH : 0) in cap_compare()
Dlibcap.h158 #define LIBCAP_INH (1 << CAP_INHERITABLE) macro