Searched refs:statloc (Results 1 – 2 of 2) sorted by relevance
2556 int statloc; in create_outfile() local2590 if (waitpid(pid, &statloc, 0) != pid) { in create_outfile()2600 if (!WIFEXITED(statloc) || (WEXITSTATUS(statloc) != 0)) in create_outfile()
1752 int statloc; in test_driver() local1932 pid = wait(&statloc); in test_driver()