Lines Matching defs:outfile
73 char *outfile; /* path name for preprocessed C source */
74 int output_fd; /* file descriptor for outfile */
193 if (cpp.outfile != NULL) {
199 cpp.outfile);
201 (void)remove(cpp.outfile);
210 if (currfn != NULL && currfn != cpp.outfile)
382 run_child(abs_cc, &args, cpp.outfile, cpp.output_fd);
397 list_add(&args, cpp.outfile);
562 cpp.outfile = concat2(tmpdir, "lint0.XXXXXX");
563 cpp.output_fd = mkstemp(cpp.outfile);