Lines Matching refs:_dup2
1151 # from the child's FDs by _dup2(), between fork() and exec().1232 def _dup2(a, b):1240 _dup2(p2cread, 0)1241 _dup2(c2pwrite, 1)1242 _dup2(errwrite, 2)