Lines Matching defs:outFile
1721 FILE *outFile = NULL;
1772 if (outFile == NULL) {
1779 (outFile = fopen(tmpImakefileName, "w+")) == NULL) {
1786 outFile = fdopen(fd, "w");
1787 if (outFile == NULL) {
1797 writetmpfile(outFile, punwritten, pbuf-punwritten,
1800 writetmpfile(outFile, "XCOMM", 5, tmpImakefile);
1802 writetmpfile(outFile, "XCOMM ", 6, tmpImakefile);
1809 if (outFile) {
1810 writetmpfile(outFile, punwritten, pbuf-punwritten, tmpImakefile);
1811 fclose(outFile);