Home | History | Annotate | Download | only in make-3.81

Lines Matching full:exit_sig

378    EXIT_CODE, EXIT_SIG, and COREDUMP, for the target TARGET_NAME.
382 child_error (char *target_name, int exit_code, int exit_sig, int coredump,
395 if (exit_sig == 0)
401 target_name, strsignal (exit_sig),
478 int exit_code, exit_sig, coredump;
532 pid = remote_status (&exit_code, &exit_sig, &coredump, 0);
575 exit_sig = WIFSIGNALED (status) ? WTERMSIG (status) : 0;
591 pid = remote_status (&exit_code, &exit_sig, &coredump, 1);
610 exit_sig
618 exit_sig = 0;
627 exit_sig = 0;
665 exit_sig = process_signal(hPID);
681 if (exit_sig == 0 && exit_code == 127)
688 child_failed = exit_sig != 0 || exit_code != 0;
732 child_error (c->file->name, exit_code, exit_sig, coredump, 0);
740 if (exit_sig != 0 || delete_on_error)
749 exit_code, exit_sig, coredump, 1);