Searched refs:readstat (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/mailx/ |
H A D | quit.c | 66 FILE *ibuf, *obuf, *fbuf, *readstat; in quit() local 127 if ((readstat = fopen(Tflag, "w")) == NULL) in quit() 140 fprintf(readstat, "%s\n", id); in quit() 144 fprintf(readstat, "%s\n", id); in quit() 149 fclose(readstat); in quit()
|
H A D | fio.c | 493 FILE *obuf, *ibuf, *tbuf = 0, *readstat; in edstop() local 502 if ((readstat = fopen(Tflag, "w")) == NULL) in edstop() 514 fprintf(readstat, "%s\n", id); in edstop() 518 fclose(readstat); in edstop()
|