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