Home | History | Annotate | Download | only in make

Lines Matching defs:outfd

1650     int outfd, metafd, maxfd, nfds;
1656 outfd = childPipe[0];
1663 if (outfd > maxfd)
1664 maxfd = outfd;
1668 while (outfd != -1 || metafd != -1) {
1670 if (outfd != -1) {
1671 FD_SET(outfd, &readfds);
1683 if (outfd != -1 && FD_ISSET(outfd, &readfds) != 0) do {
1685 ssize_t nread = read(outfd, buf, sizeof buf - 1);
1689 close(outfd);
1690 outfd = -1;