Lines Matching full:child
7762 /* On some sparc systems, changes by the child to local and incoming
7775 static pid_t child;
7776 if (!child) {
7777 child = vfork ();
7778 if (child < 0) {
7782 if (!child) {
7794 pid_t child;
7798 child = vfork ();
7800 if (child == 0) {
7820 from child file descriptors. If the child closes a descriptor
7822 as well. Test for this by closing stdout in the child. */
7828 while (wait(&status) != child)
7832 child < 0
7834 /* Did the child fail? (This shouldn't happen.) */