Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dnet_sockets.c146 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/
Dfuncs.c434 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()
Dmain.c1621 check_fd(const char *name, int mode, const char **emsgp) in check_fd() function
Dexec.c1480 } else if ((u = check_fd(cp, in iosetup()
Dsh.h2618 int check_fd(const char *, int, const char **);