Home | History | Annotate | Download | only in dirent

Lines Matching refs:DIR

41 	/* disk transfer area for this dir */

44 /* dirent struct to return from dir (NOTE: this makes this thread
45 * safe as long as only one thread uses a particular DIR struct at
60 /* given path for dir with search pattern (struct is extended) */
62 } DIR;
64 DIR* __cdecl opendir (const char*);
65 struct dirent* __cdecl readdir (DIR*);
66 int __cdecl closedir (DIR*);
67 void __cdecl rewinddir (DIR*);
68 long __cdecl telldir (DIR*);
69 void __cdecl seekdir (DIR*, long);
88 /* disk transfer area for this dir */
91 /* dirent struct to return from dir (NOTE: this makes this thread
92 * safe as long as only one thread uses a particular DIR struct at
107 /* given path for dir with search pattern (struct is extended) */