HomeSort by relevance Sort by last modified time
    Searched refs:_cap_debugcap (Results 1 - 2 of 2) sorted by null

  /external/libcap/libcap/
cap_text.c 153 _cap_debugcap("e = ", *res, CAP_EFFECTIVE);
154 _cap_debugcap("i = ", *res, CAP_INHERITABLE);
155 _cap_debugcap("p = ", *res, CAP_PERMITTED);
358 _cap_debugcap("e = ", *caps, CAP_EFFECTIVE);
359 _cap_debugcap("i = ", *caps, CAP_INHERITABLE);
360 _cap_debugcap("p = ", *caps, CAP_PERMITTED);
libcap.h 164 # define _cap_debugcap(s, c, set) do { \ macro
176 # define _cap_debugcap(s, c, set) macro

Completed in 486 milliseconds