Searched refs:this_cap_name (Results 1 – 1 of 1) sorted by relevance
400 char *this_cap_name = cap_to_name(n); in cap_to_text() local401 if ((strlen(this_cap_name) + (p - buf)) > CAP_TEXT_SIZE) { in cap_to_text()402 cap_free(this_cap_name); in cap_to_text()406 p += sprintf(p, "%s,", this_cap_name); in cap_to_text()407 cap_free(this_cap_name); in cap_to_text()452 char *this_cap_name = cap_to_name(n); in cap_to_text() local453 if ((strlen(this_cap_name) + (p - buf)) > CAP_TEXT_SIZE) { in cap_to_text()454 cap_free(this_cap_name); in cap_to_text()458 p += sprintf(p, "%s,", this_cap_name); in cap_to_text()459 cap_free(this_cap_name); in cap_to_text()