Home
last modified time | relevance | path

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

/external/libcap/libcap/
Dcap_text.c202 flags |= LIBCAP_INH; in cap_from_text()
231 if (flags & LIBCAP_INH) in cap_from_text()
240 if (flags & LIBCAP_INH) in cap_from_text()
318 f |= LIBCAP_INH; in getstateflags()
385 (m & LIBCAP_INH) ? "i" : "", in cap_to_text()
409 (n & LIBCAP_INH) ? "i" : "", in cap_to_text()
415 (n & LIBCAP_INH) ? "i" : "", in cap_to_text()
Dcap_flag.c145 ? LIBCAP_INH : 0) in cap_compare()
Dlibcap.h149 #define LIBCAP_INH (1 << CAP_INHERITABLE) macro