Home
last modified time | relevance | path

Searched refs:readdir (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/compat/
Ddirent.c109 readdir(DIR* pDir) in readdir() function
199 for (--nPosition; nPosition && readdir(pDir); nPosition--); in seekdir()
/ndk/sources/host-tools/make-3.81/w32/include/
Ddirent.h53 struct dirent *readdir(DIR *);
/ndk/sources/host-tools/make-3.81/
Dvmsdir.h71 extern struct direct *readdir PARAMS ((DIR *dfd));
Dvmsfunctions.c78 readdir (DIR *dir) in readdir() function
Ddir.c678 ENULLLOOP (d, readdir (dir->dirstream)); in dir_contents_file_exists_p()
DChangeLog334 * vmsfunctions.c (readdir): Ditto.
1654 some calls (like readdir()) return NULL in valid situations
1730 system calls like stat() and readdir() can still fail with EINTR
1750 (dir_contents_file_exists_p): Use ENULLLOOP() to wrap readdir().
1949 (atomic_readdir): Ditto, with readdir().
1951 * make.h (stat, readdir): If HAVE_BROKEN_RESTART, alias stat()
1952 and readdir() to atomic_stat() and atomic_readdir().
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c163 while ((entry = readdir(dir)) != NULL) { in td_ta_new()
337 while ((entry = readdir(dir)) != NULL) { in td_ta_thr_iter()
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c160 while ((entry = readdir(dir)) != NULL) { in td_ta_new()
373 while ((entry = readdir(dir)) != NULL) { in td_ta_thr_iter()
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c172 while ((entry = readdir(dir)) != NULL) { in td_ta_new()
386 while ((entry = readdir(dir)) != NULL) { in td_ta_thr_iter()
/ndk/tests/abcc/jni/device/
DAbcc_device.cpp118 while ((entry = readdir(dp)) != 0) { in getBitcodeFiles()
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h150 while ((entry = readdir(d)) != NULL) { in ~TempDirectory()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c249 # define readdir(str) __readdir (str) macro
1317 : readdir ((DIR *) stream));