Lines Matching refs:pipe1_fd
167 int pipe1_fd[2]; /*Pipe file descriptors used for communication */ variable
223 maybe_run_child(&child1_rout, "ndddddd", 3, &pipe1_fd[1], &pipe2_fd[1], in main()
269 (argv0, "ndddddd", 3, pipe1_fd[1], pipe2_fd[1], in main()
313 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout()
367 read1_stat = read(pipe1_fd[0], pipe_buf, 1); in parent_rout()
434 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout()
449 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
465 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
491 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
505 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
515 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
526 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
554 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
561 (void)write(pipe1_fd[1], CHAR_SET_PASSED, 1); in child1_rout()
726 if ((pipe(pipe1_fd) == -1) in setup()
727 || (fcntl(pipe1_fd[0], F_SETFL, O_NDELAY) == -1)) { in setup()
767 if (write(pipe1_fd[1], SIG_CAUGHT, 1) == -1) in usr1_rout()
848 (void)write(pipe1_fd[1], CHAR_SET_PASSED, 1); in chld1_kill()