Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/mail/
Dquit.c75 FILE *ibuf = NULL, *obuf, *fbuf, *rbuf, *readstat = NULL, *abuf; in quit() local
166 if ((readstat = Fopen(Tflag, "w")) == NULL) in quit()
180 fprintf(readstat, "%s\n", id); in quit()
184 (void)Fclose(readstat); in quit()
410 FILE *obuf, *ibuf, *readstat = NULL; in edstop() local
418 if ((readstat = Fopen(Tflag, "w")) == NULL) in edstop()
432 fprintf(readstat, "%s\n", id); in edstop()
436 (void)Fclose(readstat); in edstop()