Searched refs:pipe_fd (Results 1 – 1 of 1) sorted by relevance
245 int ch, fd, quiet = 0, i = 0, pipe_fd[2]; in main() local346 if (pipe(pipe_fd) == -1) in main()349 fork_privchld(pipe_fd[0], pipe_fd[1]); in main()351 close(pipe_fd[0]); in main()352 privfd = pipe_fd[1]; in main()