Lines Matching refs:DIR
20 typedef struct __dirstream DIR;
24 int closedir(DIR *);
25 DIR *fdopendir(int);
26 DIR *opendir(const char *);
27 struct dirent *readdir(DIR *);
28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
29 void rewinddir(DIR *);
30 int dirfd(DIR *);
36 void seekdir(DIR *, long);
37 long telldir(DIR *);