Home
last modified time | relevance | path

Searched refs:inPipe (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Djob.c224 int inPipe; /* Pipe for reading output from job */ member
690 job->inPipe = pipe_fds[0]; in JobCreatePipe()
693 SetCloseOnExec(job->inPipe); in JobCreatePipe()
702 SetNonblocking(job->inPipe); in JobCreatePipe()
1218 (void)close(job->inPipe); in JobClosePipes()
1219 job->inPipe = -1; in JobClosePipes()
1618 if (fcntl(tokenPoolJob.inPipe, F_SETFD, 0) == -1) in JobExec()
1899 nr = (size_t)read(job->inPipe, job->outBuf + job->outBufLen, in CollectOutput()
2084 ssize_t count = read(childExitJob.inPipe, &token, 1); in Job_CatchOutput()
2596 fds[fdsLen].fd = job->inPipe; in watchfd()
[all …]