Home
last modified time | relevance | path

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

/external/libcap/libcap/
Dcap_text.c29 #define CAP_TEXT_SIZE (__CAP_NAME_SIZE * __CAP_MAXBITS) macro
355 char buf[CAP_TEXT_SIZE+CAP_TEXT_BUFFER_ZONE]; in cap_to_text()
401 if ((strlen(this_cap_name) + (p - buf)) > CAP_TEXT_SIZE) { in cap_to_text()
434 if (p - buf > CAP_TEXT_SIZE) { in cap_to_text()
453 if ((strlen(this_cap_name) + (p - buf)) > CAP_TEXT_SIZE) { in cap_to_text()
467 if (p - buf > CAP_TEXT_SIZE) { in cap_to_text()
505 char buf[CAP_TEXT_SIZE+CAP_TEXT_BUFFER_ZONE]; in cap_iab_to_text()