Searched refs:check_fd (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/library/ |
D | net_sockets.c | 146 static int check_fd(int fd, int for_select) in check_fd() function 520 ret = check_fd(fd, 1); 602 ret = check_fd(fd, 0); 650 ret = check_fd(fd, 1); 695 ret = check_fd(fd, 0);
|
/third_party/mksh/ |
D | funcs.c | 434 else if ((po.fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print() 1684 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) { in c_read()
|
D | main.c | 1621 check_fd(const char *name, int mode, const char **emsgp) in check_fd() function
|
D | exec.c | 1480 } else if ((u = check_fd(cp, in iosetup()
|
D | sh.h | 2618 int check_fd(const char *, int, const char **);
|