Searched refs:check_fd (Results 1 – 1 of 1) sorted by relevance
726 int nfd, check_fd; in compare_streams() local750 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()