Searched refs:LIBCAP_PER (Results 1 – 3 of 3) sorted by relevance
232 flags |= LIBCAP_PER; in cap_from_text()256 if (flags & LIBCAP_PER) in cap_from_text()265 if (flags & LIBCAP_PER) in cap_from_text()342 f |= LIBCAP_PER; in getstateflags()391 (m & LIBCAP_PER) ? "p" : "" ) + buf; in cap_to_text()425 (n & LIBCAP_PER) ? "p" : ""); in cap_to_text()432 (n & LIBCAP_PER) ? "p" : ""); in cap_to_text()466 (t & LIBCAP_PER) ? "p" : ""); in cap_to_text()
144 ? LIBCAP_PER : 0); in cap_compare()
159 #define LIBCAP_PER (1 << CAP_PERMITTED) macro