Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c1547 return (coproc_getfd(mode, emsgp)); in check_fd()
1629 coproc_getfd(int mode, const char **emsgp) in coproc_getfd() function
Dfuncs.c414 if ((po.fd = coproc_getfd(W_OK, &emsg)) < 0) { in c_print()
1648 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) { in c_read()
Dsh.h2540 int coproc_getfd(int, const char **);