Lines Matching defs:pipefd
96 testregs(int child, const int pipefd[static 2],
101 RL(close(pipefd[1]));
103 readregs(pipefd[0], regs);
133 int pipefd[2];
140 RL(pipe(pipefd));
145 if (dup2(pipefd[1], STDOUT_FILENO) == -1)
154 testregs(child, pipefd, regs);
171 int pipefd[2];
178 RL(pipe(pipefd));
181 RL(child = spawnregschild(h_execregs, pipefd[1]));
183 testregs(child, pipefd, regs);