Lines Matching refs:DIR
48 int dirfd(DIR *);
51 int fdclosedir(DIR *);
53 DIR *opendir(const char *);
54 DIR *fdopendir(int);
56 readdir(DIR *);
58 int readdir_r(DIR *__restrict, struct dirent *__restrict,
61 void rewinddir(DIR *);
68 void _seekdir(DIR *, long);
72 void seekdir(DIR *, long);
73 long telldir(DIR *);
76 int closedir(DIR *);