Searched refs:exit_on_error (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dspawn-pipe.h37 If the subprocess creation fails: if exit_on_error is true, the main
51 If exit_on_error is false, a child process id of -1 should be treated the
88 bool slave_process, bool exit_on_error,
101 bool slave_process, bool exit_on_error,
129 bool slave_process, bool exit_on_error,
H A Dwait-process.h35 If it didn't terminate correctly, exit if exit_on_error is true, otherwise
49 - If exit_on_error is true, any error will cause the main process to exit
59 bool slave_process, bool exit_on_error,
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...]
H A Dspawn-pipe.c109 bool slave_process, bool exit_on_error,
227 if (exit_on_error || !null_stderr)
228 error (exit_on_error ? EXIT_FAILURE : 0, saved_errno,
341 if (exit_on_error || !null_stderr)
342 error (exit_on_error ? EXIT_FAILURE : 0, err,
391 bool slave_process, bool exit_on_error,
396 null_stderr, slave_process, exit_on_error,
412 bool slave_process, bool exit_on_error,
418 null_stderr, slave_process, exit_on_error,
436 bool slave_process, bool exit_on_error,
104 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
388 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
409 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
433 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dspawn-pipe.h37 If the subprocess creation fails: if exit_on_error is true, the main
51 If exit_on_error is false, a child process id of -1 should be treated the
88 bool slave_process, bool exit_on_error,
101 bool slave_process, bool exit_on_error,
129 bool slave_process, bool exit_on_error,
H A Dwait-process.h35 If it didn't terminate correctly, exit if exit_on_error is true, otherwise
49 - If exit_on_error is true, any error will cause the main process to exit
59 bool slave_process, bool exit_on_error,
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...]
H A Dspawn-pipe.c109 bool slave_process, bool exit_on_error,
227 if (exit_on_error || !null_stderr)
228 error (exit_on_error ? EXIT_FAILURE : 0, saved_errno,
341 if (exit_on_error || !null_stderr)
342 error (exit_on_error ? EXIT_FAILURE : 0, err,
391 bool slave_process, bool exit_on_error,
396 null_stderr, slave_process, exit_on_error,
412 bool slave_process, bool exit_on_error,
418 null_stderr, slave_process, exit_on_error,
436 bool slave_process, bool exit_on_error,
104 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
388 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
409 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
433 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dspawn-pipe.h37 If the subprocess creation fails: if exit_on_error is true, the main
51 If exit_on_error is false, a child process id of -1 should be treated the
88 bool slave_process, bool exit_on_error,
101 bool slave_process, bool exit_on_error,
129 bool slave_process, bool exit_on_error,
H A Dwait-process.h35 If it didn't terminate correctly, exit if exit_on_error is true, otherwise
49 - If exit_on_error is true, any error will cause the main process to exit
59 bool slave_process, bool exit_on_error,
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...]
H A Dspawn-pipe.c109 bool slave_process, bool exit_on_error,
227 if (exit_on_error || !null_stderr)
228 error (exit_on_error ? EXIT_FAILURE : 0, saved_errno,
341 if (exit_on_error || !null_stderr)
342 error (exit_on_error ? EXIT_FAILURE : 0, err,
391 bool slave_process, bool exit_on_error,
396 null_stderr, slave_process, exit_on_error,
412 bool slave_process, bool exit_on_error,
418 null_stderr, slave_process, exit_on_error,
436 bool slave_process, bool exit_on_error,
104 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
388 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
409 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
433 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c204 static int exit_on_error = 0; variable
604 if (exit_on_error)
761 if (exit_on_error)
896 if (exit_on_error)
1006 if (exit_on_error)
1023 if (exit_on_error)
2414 if (exit_on_error)
4029 { "xerror", OPT_BOOL, {(void*)&exit_on_error}, "exit on error", "error" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c204 static int exit_on_error = 0; variable
604 if (exit_on_error)
761 if (exit_on_error)
896 if (exit_on_error)
1006 if (exit_on_error)
1023 if (exit_on_error)
2414 if (exit_on_error)
4029 { "xerror", OPT_BOOL, {(void*)&exit_on_error}, "exit on error", "error" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c204 static int exit_on_error = 0; variable
604 if (exit_on_error)
761 if (exit_on_error)
896 if (exit_on_error)
1006 if (exit_on_error)
1023 if (exit_on_error)
2414 if (exit_on_error)
4029 { "xerror", OPT_BOOL, {(void*)&exit_on_error}, "exit on error", "error" },

Completed in 151 milliseconds