Lines Matching defs:DIR
49 * This header file provides BSD compatibility for DIR and direct structures.
50 * The fields in the BSD DIR structure are identical to to the SVR4 DIR
56 * All routines manipulating DIR structures are compatible, only readdir
126 } DIR;
159 extern DIR *opendir(const char *);
160 extern struct direct *readdir(DIR *);
161 extern long telldir(DIR *);
162 extern void seekdir(DIR *, long);
167 extern void rewinddir(DIR *);
168 extern int closedir(DIR *);
170 extern DIR *opendir();
183 extern struct direct64 *readdir64(DIR *);