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);