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

/freebsd-current/usr.bin/mail/
H A Dquit.c66 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; local
152 if ((readstat = Fopen(Tflag, "w")) == NULL)
166 fprintf(readstat, "%s\n", id);
170 (void)Fclose(readstat);
387 FILE *obuf, *ibuf, *readstat; local
395 if ((readstat = Fopen(Tflag, "w")) == NULL)
409 fprintf(readstat, "%s\n", id);
413 (void)Fclose(readstat);

Completed in 65 milliseconds