Lines Matching defs:outfd
345 FILE *outfd, const char *outfname);
353 void doit(FILE *outfd, const char *cmd, const char **argv);
763 doit(FILE *outfd, const char *cmd, const char **argv)
772 if (outfd)
773 dup2(fileno(outfd), 1);
795 if (outfd)
796 dup2(fileno(outfd), 1);
1682 FILE *outfd, const char *outfname)
1708 doit(outfd, cpp, cpp_argv);
1709 CleanCppOutput(outfd, outfname);