Searched refs:READ_PIPE (Results 1 – 2 of 2) sorted by relevance
117 (void)close(stdout_pipe[READ_PIPE]); in write_data()156 FILE *in = fdopen(stdout_pipe[READ_PIPE], "r"); in read_data()353 (void)close(stdout_pipe[READ_PIPE]); in exec_user_command()358 if (stdin_pipe[READ_PIPE] != STDIN) { in exec_user_command()359 (void)dup2(stdin_pipe[READ_PIPE], STDIN); in exec_user_command()360 (void)close(stdin_pipe[READ_PIPE]); in exec_user_command()595 (void)close(stdin_pipe[READ_PIPE]); in child_process()
42 #define READ_PIPE 0 /* which end of a pipe pair do you read? */ macro