Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c66 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 Dfio.c493 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()