Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/mail/
H A Dquit.c72 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; in quit() local
158 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit()
172 fprintf(readstat, "%s\n", id); in quit()
176 (void)Fclose(readstat); in quit()
393 FILE *obuf, *ibuf, *readstat; in edstop() local
401 if ((readstat = Fopen(Tflag, "w")) == NULL) in edstop()
415 fprintf(readstat, "%s\n", id); in edstop()
419 (void)Fclose(readstat); in edstop()