Home | History | Annotate | Download | only in openssh

Lines Matching refs:dup2

127 			if (dup2(pin[0], 0) < 0)
128 perror("dup2 stdin");
132 if (dup2(pout[1], 1) < 0)
133 perror("dup2 stdout");