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

/freebsd-10.0-release/usr.bin/make/
H A Djob.c261 #define outFd output.o_file.of_outFd macro
834 close(job->outFd);
940 out = fdopen(job->outFd, "w");
991 out = fdopen(job->outFd, "w");
1051 out = fdopen(job->outFd, "w");
1335 ps.out = job->outFd;
1817 if ((job->outFd = mkstemp(job->outFile)) == -1)
1820 fcntl(job->outFd, F_SETFD, 1);

Completed in 100 milliseconds