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

/netbsd-6-1-5-RELEASE/usr.bin/pmap/
H A Dmain.c112 void check_fd(int);
134 check_fd(STDIN_FILENO);
135 check_fd(STDOUT_FILENO);
136 check_fd(STDERR_FILENO);
363 check_fd(int fd) function
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_parse.y724 int nfd, check_fd;
748 if ((check_fd = open(check_file, O_RDONLY, 0)) < 0)
752 fds[0].fd = check_fd;
768 if ((result = read(check_fd, &ref, 1)) < 1) {
837 result = read(check_fd, drain, sizeof(drain));
848 close(check_fd);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dio.c358 check_fd(name, mode, emsgp) function
462 * (Used by check_fd() and by c_read/c_print to deal with -p option).
H A Dproto.h127 int check_fd ARGS((char *, int, const char **));
H A Dc_sh.c280 else if ((fd = check_fd(cp, R_OK, &emsg)) < 0) {
H A Dc_ksh.c325 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) {
H A Dexec.c1364 } else if ((u = check_fd(cp,

Completed in 88 milliseconds