Lines Matching refs:pin
2012 int pin[2], pout[2];2014 if ((pipe(pin) == -1) || (pipe(pout) == -1))2016 *in = pin[0];2019 c_out = pin[1];