Searched refs:LIBCAP_INH (Results 1 – 3 of 3) sorted by relevance
202 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()
145 ? LIBCAP_INH : 0) in cap_compare()
149 #define LIBCAP_INH (1 << CAP_INHERITABLE) macro