Home | History | Annotate | Download | only in openssh

Lines Matching defs:pout

2012 	int pin[2], pout[2];
2014 if ((pipe(pin) == -1) || (pipe(pout) == -1))
2017 *out = pout[1];
2018 c_in = pout[0];