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

/netbsd-current/usr.bin/mail/
H A Dquit.c142 FILE *readstat; local
151 readstat = NULL;
153 if ((readstat = Fopen(Tflag, "wef")) == NULL)
167 (void)fprintf(readstat, "%s\n", id);
171 (void)Fclose(readstat);
269 FILE *ibuf, *obuf, *fbuf, *rbuf, *readstat, *abuf; local
278 readstat = NULL;
383 if ((readstat = Fopen(Tflag, "wef")) == NULL)
397 (void)fprintf(readstat, "%s\n", id);
401 (void)Fclose(readstat);
[all...]

Completed in 53 milliseconds