HomeSort by relevance Sort by last modified time
    Searched refs:OTPIPE (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
defs.h 136 #define OTPIPE 1
214 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))
xec.c 342 close(pf1[OTPIPE]);
348 renamef(pf2[OTPIPE], 1);
macro.c 505 savpipe = pv[OTPIPE];
508 close(pv[OTPIPE]);
io.c 122 if (pipe(pv) < 0 || pv[INPIPE] < 0 || pv[OTPIPE] < 0)
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 118 #define OTPIPE 1
426 #define closepipe(x) (close(x[INPIPE]), close(x[OTPIPE]))

Completed in 240 milliseconds