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

/seL4-camkes-master/projects/musllibc/src/dirent/
H A Dreaddir.c9 struct dirent *readdir(DIR *dir) function
28 LFS64(readdir); variable
H A Dreaddir_r.c15 de = readdir(dir);
H A Dscandir.c20 while ((errno=0), (de = readdir(d))) {
/seL4-camkes-master/projects/musllibc/include/
H A Ddirent.h33 struct dirent *readdir(DIR *);
67 #define readdir64 readdir
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dnftw.c72 while ((de = readdir(d))) {
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dsynccall.c106 while ((de = readdir(&dir))) {
/seL4-camkes-master/projects/lwip/src/apps/http/makefsdata/
H A Dtinydir.h122 * environments/settings, e.g. MinGW. Use readdir fallback */
145 /* Use readdir by default */
162 #define _tinydir_readdir readdir

Completed in 103 milliseconds