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

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c199 FILE *termf; local
380 if ((termf = stdout) != NULL)
382 if ((termf = fopen(term, "w")) != NULL)
386 setbuf(termf, tbuf);
387 (void) fprintf(termf, "\n\r\n");
388 warn(termf, sdt, nowtime, f, first);
391 (void) fflush(termf);
393 (void) fclose(termf);
531 warn(FILE *termf, time_t sdt, time_t now, char *type, int first) argument
540 (void) fprintf(termf, gettex
[all...]

Completed in 59 milliseconds