Searched defs:exit_on_error (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dspawn-pipe.c114 bool slave_process, bool exit_on_error,
232 if (exit_on_error || !null_stderr)
233 error (exit_on_error ? EXIT_FAILURE : 0, saved_errno,
346 if (exit_on_error || !null_stderr)
347 error (exit_on_error ? EXIT_FAILURE : 0, err,
396 bool slave_process, bool exit_on_error,
401 null_stderr, slave_process, exit_on_error,
417 bool slave_process, bool exit_on_error,
423 null_stderr, slave_process, exit_on_error,
441 bool slave_process, bool exit_on_error,
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.c190 If it didn't terminate correctly, exit if exit_on_error is true, otherwise
195 bool slave_process, bool exit_on_error,
221 if (exit_on_error || !null_stderr)
222 error (exit_on_error ? EXIT_FAILURE : 0, errno,
253 if (exit_on_error || !null_stderr)
254 error (exit_on_error ? EXIT_FAILURE : 0, errno,
272 if (exit_on_error || (!null_stderr && termsigp == NULL))
273 error (exit_on_error ? EXIT_FAILURE : 0, 0,
280 if (exit_on_error || !null_stderr)
281 error (exit_on_error
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
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c120 int exit_on_error = FALSE; variable
5980 exit_on_error = TRUE;

Completed in 133 milliseconds