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; local
127 if ((readstat = fopen(Tflag, "w")) == NULL)
140 fprintf(readstat, "%s\n", id);
144 fprintf(readstat, "%s\n", id);
149 fclose(readstat);
H A Dfio.c493 FILE *obuf, *ibuf, *tbuf = 0, *readstat; local
502 if ((readstat = fopen(Tflag, "w")) == NULL)
514 fprintf(readstat, "%s\n", id);
518 fclose(readstat);

Completed in 96 milliseconds