Lines Matching defs:inPipe
211 int inPipe; /* Pipe for reading output from job */
213 struct pollfd *inPollfd; /* pollfd associated with inPipe */
661 job->inPipe = pipe_fds[0];
664 SetCloseOnExec(job->inPipe);
673 SetNonblocking(job->inPipe);
1134 (void)close(job->inPipe);
1135 job->inPipe = -1;
1534 if (fcntl(tokenPoolJob.inPipe, F_SETFD, 0) == -1)
1536 "tokenPoolJob.inPipe");
1813 nr = (size_t)read(job->inPipe, job->outBuf + job->outBufLen,
1998 ssize_t count = read(childExitJob.inPipe, &token, 1);
2499 fds[fdsLen].fd = job->inPipe;
2578 while (tok != '+' && read(tokenPoolJob.inPipe, &tok1, 1) == 1)
2589 tokenPoolJob.inPipe = tokenPoolReader;
2605 tokenPoolJob.inPipe, tokenPoolJob.outPipe);
2661 count = read(tokenPoolJob.inPipe, &tok, 1);
2677 while (read(tokenPoolJob.inPipe, &tok1, 1) == 1)