Searched refs:OTPIPE (Results 1 – 4 of 4) sorted by relevance
136 #define OTPIPE 1 macro214 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))
342 close(pf1[OTPIPE]);348 renamef(pf2[OTPIPE], 1);
504 savpipe = pv[OTPIPE]; in comsubst()507 close(pv[OTPIPE]); in comsubst()
122 if (pipe(pv) < 0 || pv[INPIPE] < 0 || pv[OTPIPE] < 0) in chkpipe()