Home
last modified time | relevance | path

Searched refs:check_fd (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dmain.c1135 check_fd(const char *name, int mode, const char **emsgp) in check_fd() function
Dsh.h1576 int check_fd(const char *, int, const char **);
Dfuncs.c628 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print()
2010 else if ((fd = check_fd(cp, R_OK, &emsg)) < 0) { in c_read()
Dexec.c1170 } else if ((u = check_fd(cp, in iosetup()