Lines Matching defs:outf
631 FILE *outf;644 outf = popen(cmdbuf, "w");645 if (!outf)646 outf = stdout;648 setbuf(outf, NULL);651 outf = stdout;654 putc('\n', outf);657 fputs(inbuf, outf);658 if (ferror(outf)) {659 clearerr(outf);664 if (outf != stdout) {665 pclose(outf);
Indexes created Thu Oct 02 07:10:07 GMT 2025