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

/freebsd-10.1-release/usr.bin/rwall/
H A Drwall.c135 const char *whom; local
142 whom = getlogin();
143 if (!whom) {
145 whom = pw ? pw->pw_name : "???";
159 whom, hostname);
/freebsd-10.1-release/usr.bin/wall/
H A Dwall.c200 const char *whom; local
213 if (!(whom = getlogin()))
214 whom = (pw = getpwuid(getuid())) ? pw->pw_name : "???";
229 whom, hostname);
/freebsd-10.1-release/sbin/shutdown/
H A Dshutdown.c93 static const char *nosync, *whom; variable
223 if (!(whom = getlogin()))
224 whom = (pw = getpwuid(getuid())) ? pw->pw_name : "???";
316 timeleft ? "": "FINAL ", whom, hostname);
358 "shutdown", whom, mbuf);
/freebsd-10.1-release/contrib/tcsh/
H A Dcomplete.tcsh446 complete whom \

Completed in 107 milliseconds