Searched refs:LIBCAP_PER (Results 1 – 3 of 3) sorted by relevance
205 flags |= LIBCAP_PER; in cap_from_text()229 if (flags & LIBCAP_PER) in cap_from_text()238 if (flags & LIBCAP_PER) in cap_from_text()315 f |= LIBCAP_PER; in getstateflags()386 (m & LIBCAP_PER) ? "p" : "" ) + buf; in cap_to_text()410 (n & LIBCAP_PER) ? "p" : ""); in cap_to_text()416 (n & LIBCAP_PER) ? "p" : ""); in cap_to_text()
147 ? LIBCAP_PER : 0); in cap_compare()
150 #define LIBCAP_PER (1 << CAP_PERMITTED) macro