Lines Matching defs:fout
1418 FILE *volatile fout;
1429 fout = NULL;
1654 fout = stdout;
1657 fout = popen(savefile + 1, "w");
1658 if (fout == NULL) {
1665 if (fout == NULL) {
1685 fout = fopen(savefile, "a");
1687 fout = fopen(savefile, "w");
1688 if (fout == NULL) {
1788 if (maxwrite(xferbuf, sizeof(char), flen, fout)
1847 (void)fflush(fout);
1854 (*closefunc)(fout);
1855 fout = NULL;
1891 if (closefunc != NULL && fout != NULL)
1892 (*closefunc)(fout);