Searched refs:oFILE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Djob.c1926 FILE *oFILE; /* Stream pointer to shell's output file */ local
2069 oFILE = fopen(job->outFile, "r");
2070 if (oFILE != NULL) {
2075 while (fgets(inLine, sizeof(inLine), oFILE) != NULL) {
2097 fclose(oFILE);

Completed in 64 milliseconds