pipe 132 src/do_command.c if (pipe(stdin_pipe) == -1) { /* child's stdin */ pipe 137 src/do_command.c if (pipe(stdout_pipe) == -1) { /* child's stdout */ pipe 88 src/popen.c if (pipe(pdes) < 0)