Searched defs:DIR (Results 1 - 25 of 250) sorted by relevance

12345678910

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddirent.h44 * safe as long as only one thread uses a particular DIR struct at
61 } DIR; typedef in typeref:struct:__anon6364
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);
91 * safe as long as only one thread uses a particular DIR struct at
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddirent.h44 * safe as long as only one thread uses a particular DIR struct at
61 } DIR; typedef in typeref:struct:__anon9012
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);
91 * safe as long as only one thread uses a particular DIR struct at
/prebuilts/ndk/9/platforms/android-10/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-10/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-10/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-11/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-12/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-13/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-14/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-15/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-16/arch-x86_64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-17/arch-arm64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]
/prebuilts/ndk/9/platforms/android-17/arch-mips64/usr/include/
H A Ddirent.h63 typedef struct DIR DIR; typedef in typeref:struct:DIR
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
[all...]

Completed in 449 milliseconds

12345678910