Home
last modified time | relevance | path

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

/external/libcap/libcap/
Dcap_text.c393 char *this_cap_name; in cap_to_text() local
395 this_cap_name = cap_to_name(n); in cap_to_text()
396 if ((strlen(this_cap_name) + (p - buf)) > CAP_TEXT_SIZE) { in cap_to_text()
397 cap_free(this_cap_name); in cap_to_text()
401 p += sprintf(p, "%s,", this_cap_name); in cap_to_text()
402 cap_free(this_cap_name); in cap_to_text()