Home
last modified time | relevance | path

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

/external/libcap/libcap/
Dcap_text.c19 #define CAP_TEXT_SIZE (16*__CAP_MAXBITS) macro
328 char buf[CAP_TEXT_SIZE+CAP_TEXT_BUFFER_ZONE]; in cap_to_text()
396 if ((strlen(this_cap_name) + (p - buf)) > CAP_TEXT_SIZE) { in cap_to_text()
417 if (p - buf > CAP_TEXT_SIZE) { in cap_to_text()