Home
last modified time | relevance | path

Searched refs:_cap_debugcap (Results 1 – 2 of 2) sorted by relevance

/external/libcap/libcap/
Dcap_text.c180 _cap_debugcap("e = ", *res, CAP_EFFECTIVE); in cap_from_text()
181 _cap_debugcap("i = ", *res, CAP_INHERITABLE); in cap_from_text()
182 _cap_debugcap("p = ", *res, CAP_PERMITTED); in cap_from_text()
367 _cap_debugcap("e = ", *caps, CAP_EFFECTIVE); in cap_to_text()
368 _cap_debugcap("i = ", *caps, CAP_INHERITABLE); in cap_to_text()
369 _cap_debugcap("p = ", *caps, CAP_PERMITTED); in cap_to_text()
Dlibcap.h173 # define _cap_debugcap(s, c, set) do { \ macro
185 # define _cap_debugcap(s, c, set) macro