Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c162 char *shutter, *getlogin(); variable
215 shutter = getlogin(); in main()
216 if (shutter == 0 && (pw = getpwuid(getuid()))) in main()
217 shutter = pw->pw_name; in main()
218 if (shutter == 0) in main()
219 shutter = "???"; in main()
406 shutdown_action, shutter, mesg); in main()
409 shutdown_action, shutter); in main()
538 (void) fprintf(termf, gettext(msg15), type, shutter, hostname); in warn()
582 type, hostname, shutter, hostname); in rwarn()