Searched defs:prog_stdout (Results 1 - 1 of 1) sorted by relevance
/external/bison/lib/ |
H A D | spawn-pipe.c | 104 * pipe_stdout and prog_stdout together determine the child's standard output. 106 * If pipe_stdout is true, prog_stdout is ignored. 112 const char *prog_stdin, const char *prog_stdout, 156 if (pipe_stdout || prog_stdout != NULL) 180 || prog_stdout == NULL 181 || ((stdoutfd = open (prog_stdout, O_WRONLY, 0)) >= 0 221 if (pipe_stdout || prog_stdout != NULL) 320 && prog_stdout != NULL 323 prog_stdout, O_WRONLY, 440 const char *prog_stdout, boo 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 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...] |
Completed in 946 milliseconds