Lines Matching refs:termsigp
196 int *termsigp) in wait_subprocess() argument
210 if (termsigp != NULL) in wait_subprocess()
211 *termsigp = 0; in wait_subprocess()
266 if (termsigp != NULL) in wait_subprocess()
267 *termsigp = info.si_status; /* TODO: or info.si_signo? */ in wait_subprocess()
272 if (exit_on_error || (!null_stderr && termsigp == NULL)) in wait_subprocess()
293 if (termsigp != NULL) in wait_subprocess()
294 *termsigp = 0; in wait_subprocess()
338 if (termsigp != NULL) in wait_subprocess()
339 *termsigp = WTERMSIG (status); in wait_subprocess()
344 if (exit_on_error || (!null_stderr && termsigp == NULL)) in wait_subprocess()