HomeSort by: relevance | last modified time | path
    Searched refs:whom (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/rwall/
rwall.c 160 const char *whom; local in function:makemsg
169 if (!(whom = getlogin()))
170 whom = (pw = getpwuid(getuid())) ? pw->pw_name : "???";
184 whom, hostname);
  /src/usr.bin/wall/
wall.c 190 const char *whom, *tty; local in function:makebanner
196 if (!(whom = getlogin()))
197 whom = (pw = getpwuid(getuid())) ? pw->pw_name : "???";
212 "Broadcast Message from %s@%s", whom, hostname);
  /src/sbin/shutdown/
shutdown.c 95 static const char *whom; variable in typeref:typename:const char *
223 if (!(whom = getlogin()))
224 whom = (pw = getpwuid(getuid())) ? pw->pw_name : "???";
320 timeleft ? "": "FINAL ", whom, hostname);
371 syslog(LOG_NOTICE, "%s by %s: %s", what, whom, mbuf);
  /src/sys/external/bsd/drm/dist/
Makefile.am 7 # license, and/or sell copies of the Software, and to permit persons to whom
configure.ac 7 # license, and/or sell copies of the Software, and to permit persons to whom
  /src/sys/external/bsd/drm/dist/shared-core/
Makefile.am 7 # license, and/or sell copies of the Software, and to permit persons to whom
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun7i-a20-olinuxino-lime2-emmc.dts 27 * sell copies of the Software, and to permit persons to whom the
sun7i-a20-olinuxino-micro-emmc.dts 27 * sell copies of the Software, and to permit persons to whom the
sun8i-t3-cqa3t-bv3.dts 29 * sell copies of the Software, and to permit persons to whom the
  /src/share/locale/ctype/
gen_ctype_utf8.pl 66 * the Data Files or Software, and to permit persons to whom the Data Files

Completed in 16 milliseconds