Lines Matching refs:child_ret
654 int ret, child_ret;
665 wait(&child_ret);
666 ret = WEXITSTATUS(child_ret);
674 int ret, child_ret;
699 wait(&child_ret);
700 ret = WEXITSTATUS(child_ret);
710 int ret, child_ret;
728 wait(&child_ret);
729 ret = WEXITSTATUS(child_ret);
753 int ret, child_ret;
771 waitpid(pid, &child_ret, 0);
772 ret = WEXITSTATUS(child_ret);
788 int ret, child_ret;
799 waitpid(pid, &child_ret, 0);
800 ret = WEXITSTATUS(child_ret);