Lines Matching refs:exit_code
379 child_error (char *target_name, int exit_code, int exit_sig, int coredump, in child_error() argument
386 if (!(exit_code & 1)) in child_error()
390 target_name, exit_code); in child_error()
395 target_name, exit_code); in child_error()
474 int exit_code, exit_sig, coredump; in reap_children() local
528 pid = remote_status (&exit_code, &exit_sig, &coredump, 0); in reap_children()
570 exit_code = WEXITSTATUS (status); in reap_children()
587 pid = remote_status (&exit_code, &exit_sig, &coredump, 1); in reap_children()
603 exit_code = WEXITSTATUS (status); in reap_children()
604 if (exit_code == 0xff) in reap_children()
605 exit_code = -1; in reap_children()
613 exit_code = amiga_status; in reap_children()
622 exit_code = 0; in reap_children()
654 exit_code = process_exit_code(hPID); in reap_children()
658 exit_code, map_windows32_error_to_string(exit_code)); in reap_children()
677 if (exit_sig == 0 && exit_code == 127) in reap_children()
684 child_failed = exit_sig != 0 || exit_code != 0; in reap_children()
728 child_error (c->file->name, exit_code, exit_sig, coredump, 0); in reap_children()
745 exit_code, exit_sig, coredump, 1); in reap_children()
2003 int exit_code = EXIT_FAILURE; in exec_command()
2032 exit_code = process_exit_code(hWaitPID); in exec_command()
2036 err, exit_code, map_windows32_error_to_string(err)); in exec_command()
2051 exit(exit_code); in exec_command()