Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dextern.h85 char *ucomm(KINFO *, VARENT *);
H A Dkeyword.c72 {"comm", "COMMAND", NULL, "command", LJUST, ucomm, 0, CHAR, NULL, 0},
210 {"ucomm", "UCOMM", NULL, "accounting-name", LJUST, ucomm, 0, CHAR,
H A Dprint.c164 ucomm(KINFO *k, VARENT *ve) in ucomm() function
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords114 ucomm UCOMM LJUST
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr702 if ps axo ucomm= | grep -qw wpa_supplicant; then