Searched defs:null_stderr (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dspawn-pipe.c113 bool null_stderr,
158 if (null_stderr)
168 && (!null_stderr
219 if (null_stderr)
232 if (exit_on_error || !null_stderr)
306 || (null_stderr
346 if (exit_on_error || !null_stderr)
395 bool null_stderr,
401 null_stderr, slave_process, exit_on_error,
416 const char *prog_stdin, bool null_stderr,
109 create_pipe(const char *progname, const char *prog_path, char **prog_argv, bool pipe_stdin, bool pipe_stdout, const char *prog_stdin, const char *prog_stdout, bool null_stderr, bool slave_process, bool exit_on_error, int fd[2]) argument
393 create_pipe_bidi(const char *progname, const char *prog_path, char **prog_argv, bool null_stderr, bool slave_process, bool exit_on_error, int fd[2]) argument
414 create_pipe_in(const char *progname, const char *prog_path, char **prog_argv, const char *prog_stdin, bool null_stderr, bool slave_process, bool exit_on_error, int fd[1]) argument
438 create_pipe_out(const char *progname, const char *prog_path, char **prog_argv, const char *prog_stdout, bool null_stderr, bool slave_process, bool exit_on_error, int fd[1]) argument
[all...]
H A Dwait-process.c194 bool ignore_sigpipe, bool null_stderr,
221 if (exit_on_error || !null_stderr)
253 if (exit_on_error || !null_stderr)
272 if (exit_on_error || (!null_stderr && termsigp == NULL))
280 if (exit_on_error || !null_stderr)
315 if (exit_on_error || !null_stderr)
344 if (exit_on_error || (!null_stderr && termsigp == NULL))
354 if (exit_on_error || !null_stderr)
193 wait_subprocess(pid_t child, const char *progname, bool ignore_sigpipe, bool null_stderr, bool slave_process, bool exit_on_error, int *termsigp) argument

Completed in 59 milliseconds