Searched refs:check_fd (Results 1 – 4 of 4) sorted by relevance
1135 check_fd(const char *name, int mode, const char **emsgp) in check_fd() function
1576 int check_fd(const char *, int, const char **);
628 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()
1170 } else if ((u = check_fd(cp, in iosetup()