Lines Matching refs:stat_loc
121 time_t exit_time, char *term_type, int stat_loc,
711 int stat_loc; in check_pids() local
728 cpid = wait(&stat_loc); in check_pids()
747 if (WIFSIGNALED(stat_loc)) { in check_pids()
748 w = WTERMSIG(stat_loc); in check_pids()
756 } else if (WIFEXITED(stat_loc)) { in check_pids()
757 w = WEXITSTATUS(stat_loc); in check_pids()
766 } else if (WIFSTOPPED(stat_loc)) { /* should never happen */ in check_pids()
767 w = WSTOPSIG(stat_loc); in check_pids()
804 (stat_loc & 0200) ? in check_pids()
856 status, stat_loc, w, in check_pids()
1369 time_t exit_time, char *term_type, int stat_loc, in write_test_end() argument
1378 (stat_loc & 0200) ? "yes" : "no", in write_test_end()