Searched refs:_cap_debugcap (Results 1 – 2 of 2) sorted by relevance
/external/libcap/libcap/ |
D | cap_text.c | 180 _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()
|
D | libcap.h | 173 # define _cap_debugcap(s, c, set) do { \ macro 185 # define _cap_debugcap(s, c, set) macro
|