Lines Matching refs:exit_on_error
195 bool slave_process, bool exit_on_error, in wait_subprocess() argument
221 if (exit_on_error || !null_stderr) in wait_subprocess()
222 error (exit_on_error ? EXIT_FAILURE : 0, errno, in wait_subprocess()
253 if (exit_on_error || !null_stderr) in wait_subprocess()
254 error (exit_on_error ? EXIT_FAILURE : 0, errno, in wait_subprocess()
272 if (exit_on_error || (!null_stderr && termsigp == NULL)) in wait_subprocess()
273 error (exit_on_error ? EXIT_FAILURE : 0, 0, in wait_subprocess()
280 if (exit_on_error || !null_stderr) in wait_subprocess()
281 error (exit_on_error ? EXIT_FAILURE : 0, 0, in wait_subprocess()
315 if (exit_on_error || !null_stderr) in wait_subprocess()
316 error (exit_on_error ? EXIT_FAILURE : 0, errno, in wait_subprocess()
344 if (exit_on_error || (!null_stderr && termsigp == NULL)) in wait_subprocess()
345 error (exit_on_error ? EXIT_FAILURE : 0, 0, in wait_subprocess()
354 if (exit_on_error || !null_stderr) in wait_subprocess()
355 error (exit_on_error ? EXIT_FAILURE : 0, 0, in wait_subprocess()