Lines Matching defs:termf
199 FILE *termf;
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)
540 (void) fprintf(termf, gettext(msg15), type, shutter, hostname);
544 (void) fprintf(termf, gettext(msg16), ts+11);
546 (void) fprintf(termf, gettext(msg17), (delay+30)/60,
549 (void) fprintf(termf, gettext(msg18), delay,
552 (void) fprintf(termf, gettext(msg19));
556 (void) fprintf(termf, "\t...%s\r\n", mesg);