Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:fd

39 check_fd(int fd, const char *fname)
45 if (fstat(fd, &st_fd)) {
47 return 10 + fd;
50 return 20 + fd;
53 return 30 + fd;
57 return 40 + fd;
68 int rc = 0, fd;
69 for (fd = 1; fd < 1 + N_FDS; ++fd)
70 if ((rc = check_fd(fd - 1, av[fd])))