Lines Matching refs:termf
199 FILE *termf; in main() local
380 if ((termf = stdout) != NULL) in main()
382 if ((termf = fopen(term, "w")) != NULL) in main()
386 setbuf(termf, tbuf); in main()
387 (void) fprintf(termf, "\n\r\n"); in main()
388 warn(termf, sdt, nowtime, f, first); in main()
391 (void) fflush(termf); in main()
393 (void) fclose(termf); in main()
531 warn(FILE *termf, time_t sdt, time_t now, char *type, int first) in warn() argument
540 (void) fprintf(termf, gettext(msg15), type, shutter, hostname); in warn()
544 (void) fprintf(termf, gettext(msg16), ts+11); in warn()
546 (void) fprintf(termf, gettext(msg17), (delay+30)/60, in warn()
549 (void) fprintf(termf, gettext(msg18), delay, in warn()
552 (void) fprintf(termf, gettext(msg19)); in warn()
556 (void) fprintf(termf, "\t...%s\r\n", mesg); in warn()