Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y726 int nfd, check_fd; in compare_streams() local
750 if ((check_fd = open(check_file, O_RDONLY, 0)) < 0) in compare_streams()
754 fds[0].fd = check_fd; in compare_streams()
770 if ((result = read(check_fd, &ref, 1)) < 1) { in compare_streams()
839 result = read(check_fd, drain, sizeof(drain)); in compare_streams()
850 close(check_fd); in compare_streams()