Home | History | Annotate | Download | only in ftp

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) {
1787 if (maxwrite(xferbuf, sizeof(char), flen, fout)
1846 (void)fflush(fout);
1853 (*closefunc)(fout);
1854 fout = NULL;
1890 if (closefunc != NULL && fout != NULL)
1891 (*closefunc)(fout);