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

/external/mksh/src/
H A Dmain.c1316 return (coproc_getfd(mode, emsgp));
1398 coproc_getfd(int mode, const char **emsgp) function
H A Dfuncs.c343 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) {
1811 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) {
H A Dsh.h1734 int coproc_getfd(int, const char **);

Completed in 103 milliseconds