Lines Matching refs:pin
2189 int pin[2], pout[2];2191 if ((pipe(pin) == -1) || (pipe(pout) == -1))2193 *in = pin[0];2196 c_out = pin[1];