Home
last modified time | relevance | path

Searched refs:statloc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2559 int statloc; in create_outfile() local
2593 if (waitpid(pid, &statloc, 0) != pid) { in create_outfile()
2603 if (!WIFEXITED(statloc) || (WEXITSTATUS(statloc) != 0)) in create_outfile()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1744 int statloc; in test_driver() local
1924 pid = wait(&statloc); in test_driver()