Home | History | Annotate | Download | only in include

Lines Matching refs:DIR

40 	/* disk transfer area for this dir */
43 /* dirent struct to return from dir (NOTE: this makes this thread
44 * safe as long as only one thread uses a particular DIR struct at
59 /* given path for dir with search pattern (struct is extended) */
61 } DIR;
63 DIR* __cdecl __MINGW_NOTHROW opendir (const char*);
64 struct dirent* __cdecl __MINGW_NOTHROW readdir (DIR*);
65 int __cdecl __MINGW_NOTHROW closedir (DIR*);
66 void __cdecl __MINGW_NOTHROW rewinddir (DIR*);
67 long __cdecl __MINGW_NOTHROW telldir (DIR*);
68 void __cdecl __MINGW_NOTHROW seekdir (DIR*, long);
87 /* disk transfer area for this dir */
90 /* dirent struct to return from dir (NOTE: this makes this thread
91 * safe as long as only one thread uses a particular DIR struct at
106 /* given path for dir with search pattern (struct is extended) */