Searched refs:Ctp (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/librmt/
H A Drmtlib.c79 #define READ(fd) (Ctp[fd][0])
82 static int Ctp[MAXUNIT][2] = { {-1, -1}, {-1, -1}, {-1, -1}, {-1, -1} }; variable
333 if (pipe(Ptc[i]) == -1 || pipe(Ctp[i]) == -1)
345 dup(Ctp[i][1]);
346 close(Ctp[i][0]); close(Ctp[i][1]);
373 close(Ptc[i][0]); close(Ctp[i][1]);

Completed in 112 milliseconds