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

/external/mksh/src/
H A Dfuncs.c357 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
1835 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) {
H A Dexec.c1330 } else if ((u = check_fd(cp,
H A Dmain.c1311 check_fd(const char *name, int mode, const char **emsgp) function
1395 * (Used by check_fd() and by c_read/c_print to deal with -p option).
H A Dsh.h1729 int check_fd(const char *, int, const char **);

Completed in 1901 milliseconds