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

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c870 pid_t iwait, child; local
875 while ((iwait = wait(&retcode)) != child &&
876 iwait != (pid_t)-1)
878 if (iwait == (pid_t)-1) {

Completed in 57 milliseconds