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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2556 int statloc; local
2590 if (waitpid(pid, &statloc, 0) != pid) {
2600 if (!WIFEXITED(statloc) || (WEXITSTATUS(statloc) != 0))
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1752 int statloc; local
1932 pid = wait(&statloc);

Completed in 65 milliseconds