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