Lines Matching defs:child
33 * Its presence would cause glob() to be invoked in the child process
34 * and this would cause chaos if the child is created with vfork().
166 int mask, child, setintr, haderr, didfds;
173 * that the child corrupts before it exec's.
178 * the signals the child touches before it
182 sv.child = child; sv.setintr = setintr;
198 child = sv.child; setintr = sv.setintr;
216 } else { /* child */
227 child++;