Lines Matching refs:fout
1073 if (Topipe && fout) { in wcreceive()
1074 pclose(fout); return ERROR; in wcreceive()
1076 if (fout) in wcreceive()
1077 fclose(fout); in wcreceive()
1466 if (-1==fstat(fileno(fout),&sta)) { in procheader()
1572 fout=tmpfile(); in procheader()
1573 if (!fout) { in procheader()
1599 if ((fout=popen(Pathname, "w")) == NULL) in procheader()
1634 if ( !(fout = popen(name_static+1, "w"))) { in procheader()
1667 if (fseek(fout, (long) zi->bytes_skipped, SEEK_SET)) { in procheader()
1668 fclose(fout); in procheader()
1679 if (fout) in procheader()
1680 fclose(fout); in procheader()
1684 fout = fopen(name_static, openmode); in procheader()
1686 if ( !fout && Restricted < 2) { in procheader()
1688 fout = fopen(name_static, openmode); in procheader()
1691 if ( !fout) in procheader()
1711 oldflags = fcntl (fileno(fout), F_GETFD, 0); in procheader()
1714 fcntl (fileno(fout), F_SETFD, oldflags); /* errors don't matter */ in procheader()
1745 setvbuf(fout,_IOFBF,s,last_length); in procheader()
1747 setvbuf(fout,s,_IOFBF,last_length); in procheader()
1825 if (fwrite(buf,n,1,fout)!=1)
1838 putc(*p ,fout);
2601 if (pclose(fout)) {
2609 rewind(fout);
2610 if (!fgets(tcp_buf,sizeof(tcp_buf),fout)) {
2613 fclose(fout);