Searched refs:pipefds (Results 1 – 1 of 1) sorted by relevance
1540 int pipefds[2]; /* pipefds[0] is for reading */ local1689 if (pipe(pipefds)<0) perror_msg_and_die("pipe");1690 nextout = pipefds[1];1693 pipefds[0] = -1;1717 if (pipefds[0]!=-1) {1718 close(pipefds[0]); /* opposite end of our output pipe */1756 nextin = pipefds[0];