Searched refs:PARENT_END_OF_PIPE (Results 1 – 2 of 2) sorted by relevance
148 #define PARENT_END_OF_PIPE 0 macro
1008 (void) close(rsi->pipe1[PARENT_END_OF_PIPE]); in run_script()1013 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in run_script()1126 (void) close(rsi->pipe1[PARENT_END_OF_PIPE]); in script_exited()1127 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in script_exited()1128 rsi->pipe1[PARENT_END_OF_PIPE] = -1; in script_exited()1129 rsi->pipe2[PARENT_END_OF_PIPE] = -1; in script_exited()1215 while ((get_line(rsi->pipe2[PARENT_END_OF_PIPE], "stderr", in read_stderr()1374 rval = get_line(rsi->pipe1[PARENT_END_OF_PIPE], in do_cmd()