Home
last modified time | relevance | path

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

/NextBSD/usr.bin/procstat/
HDprocstat_files.c127 static struct cap_desc { struct
130 } cap_desc[] = { argument
238 static const u_int cap_desc_count = sizeof(cap_desc) /
239 sizeof(cap_desc[0]);
249 if (cap_rights_is_set(rightsp, cap_desc[i].cd_right)) { in width_capability()
250 width += strlen(cap_desc[i].cd_desc); in width_capability()
274 if (cap_rights_is_set(rightsp, cap_desc[i].cd_right)) { in print_capability()
276 cap_desc[i].cd_desc); in print_capability()
277 width += strlen(cap_desc[i].cd_desc); in print_capability()
/NextBSD/contrib/file/src/
HDreadelf.c940 typedef struct cap_desc { struct