Home | History | Annotate | Download | only in make-3.81

Lines Matching full:outfile

1466 	    FILE *outfile;
1507 outfile = open_tmpfile (&stdin_nm, template);
1508 if (outfile == 0)
1514 if (n > 0 && fwrite (buf, 1, n, outfile) != n)
1517 (void) fclose (outfile);