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

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c164 char *shutter, *getlogin(); variable
217 shutter = getlogin();
218 if (shutter == 0 && (pw = getpwuid(getuid())))
219 shutter = pw->pw_name;
220 if (shutter == 0)
221 shutter = "???";
408 shutdown_action, shutter, mesg);
411 shutdown_action, shutter);
540 (void) fprintf(termf, gettext(msg15), type, shutter, hostname);
584 type, hostname, shutter, hostnam
[all...]

Completed in 57 milliseconds