Searched refs:readdir (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/include/
H A Ddirent.h53 struct dirent *readdir(DIR *);
/ndk/sources/host-tools/make-3.81/
H A Dvmsdir.h71 extern struct direct *readdir PARAMS ((DIR *dfd));
H A Dvmsfunctions.c78 readdir (DIR *dir) function
H A Ddir.c682 ENULLLOOP (d, readdir (dir->dirstream));
/ndk/sources/host-tools/make-3.81/w32/compat/
H A Ddirent.c109 readdir(DIR* pDir) function
131 /* bump count for next call to readdir() or telldir() */
160 /* reset members which control readdir() */
181 /* return number of times readdir() called */
199 for (--nPosition; nPosition && readdir(pDir); nPosition--);
/ndk/sources/android/libthread_db/gdb-6.6/
H A Dlibthread_db.c163 while ((entry = readdir(dir)) != NULL) {
314 while ((entry = readdir(dir)) != NULL) {
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dlibthread_db.c160 while ((entry = readdir(dir)) != NULL) {
350 while ((entry = readdir(dir)) != NULL) {
/ndk/sources/android/libthread_db/gdb-7.6/
H A Dlibthread_db.c172 while ((entry = readdir(dir)) != NULL) {
363 while ((entry = readdir(dir)) != NULL) {
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.c249 # define readdir(str) __readdir (str) macro
1318 : readdir ((DIR *) stream));

Completed in 439 milliseconds