Searched refs:CAP_TEXT_SIZE (Results 1 – 1 of 1) sorted by relevance
19 #define CAP_TEXT_SIZE (16*__CAP_MAXBITS) macro328 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()