Searched refs:capwidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/procstat/
H A Dprocstat_files.c265 print_capability(cap_rights_t *rightsp, u_int capwidth) argument
270 for (i = width_capability(rightsp); i < capwidth; i++) {
295 u_int capwidth, width; local
306 capwidth = 0;
312 if (width > capwidth)
313 capwidth = width;
315 if (capwidth < strlen("CAPABILITIES"))
316 capwidth = strlen("CAPABILITIES");
323 "FLAGS", capwidth, "CAPABILITIES", "PRO",
538 print_capability(&fst->fs_cap_rights, capwidth);
[all...]

Completed in 62 milliseconds