Searched refs:termsigp (Results 1 – 2 of 2) sorted by relevance
196 int *termsigp) in wait_subprocess() argument210 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()[all …]
60 int *termsigp);