Home | History | Annotate | Download | only in include

Lines Matching refs:DIR

50 typedef struct _dirdesc DIR;
95 int closedir(DIR *);
96 void rewinddir(DIR *);
98 DIR *opendir(const char *) __RENAME(__opendir30);
99 struct dirent *readdir(DIR *) __RENAME(__readdir30);
100 int readdir_r(DIR * __restrict, struct dirent * __restrict,
104 void seekdir(DIR *, long);
105 long telldir(DIR *);
110 DIR *fdopendir(int);
121 DIR *__opendir2(const char *, int) __RENAME(__opendir230);