Lines Matching refs:stat_loc
123 time_t exit_time, char *term_type, int stat_loc,
720 int stat_loc; in check_pids() local
737 cpid = wait(&stat_loc); in check_pids()
756 if (WIFSIGNALED(stat_loc)) { in check_pids()
757 w = WTERMSIG(stat_loc); in check_pids()
765 } else if (WIFEXITED(stat_loc)) { in check_pids()
766 w = WEXITSTATUS(stat_loc); in check_pids()
775 } else if (WIFSTOPPED(stat_loc)) { /* should never happen */ in check_pids()
776 w = WSTOPSIG(stat_loc); in check_pids()
813 (stat_loc & 0200) ? in check_pids()
865 status, stat_loc, w, in check_pids()
1409 time_t exit_time, char *term_type, int stat_loc, in write_test_end() argument
1418 (stat_loc & 0200) ? "yes" : "no", in write_test_end()