Home
last modified time | relevance | path

Searched refs:pipe_stdin (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dspawn-pipe.c111 bool pipe_stdin, bool pipe_stdout, in create_pipe() argument
141 if (pipe_stdin) in create_pipe()
154 if (pipe_stdin || prog_stdin != NULL) in create_pipe()
166 if ((!pipe_stdin || dup2 (ofd[0], STDIN_FILENO) >= 0) in create_pipe()
173 && (pipe_stdin in create_pipe()
223 if (pipe_stdin || prog_stdin != NULL) in create_pipe()
226 if (pipe_stdin) in create_pipe()
237 if (pipe_stdin) in create_pipe()
245 if (pipe_stdin) in create_pipe()
265 if (pipe_stdin) in create_pipe()
[all …]