Searched refs:_cap_debugcap (Results 1 – 2 of 2) sorted by relevance
/external/libcap/libcap/ |
D | cap_text.c | 153 _cap_debugcap("e = ", *res, CAP_EFFECTIVE); in cap_from_text() 154 _cap_debugcap("i = ", *res, CAP_INHERITABLE); in cap_from_text() 155 _cap_debugcap("p = ", *res, CAP_PERMITTED); in cap_from_text() 358 _cap_debugcap("e = ", *caps, CAP_EFFECTIVE); in cap_to_text() 359 _cap_debugcap("i = ", *caps, CAP_INHERITABLE); in cap_to_text() 360 _cap_debugcap("p = ", *caps, CAP_PERMITTED); in cap_to_text()
|
D | libcap.h | 164 # define _cap_debugcap(s, c, set) do { \ macro 176 # define _cap_debugcap(s, c, set) macro
|