Home
last modified time | relevance | path

Searched refs:__readdir64 (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw.c113 # undef __readdir64
115 # define __readdir64 readdir macro
117 # define __readdir64 readdir64 macro
301 while ((d = __readdir64 (st)) != NULL) in open_dir_stream()
512 while (dir.stream != NULL && (d = __readdir64 (dir.stream)) != NULL) in ftw_dir()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/
A Dglob.c46 #define __readdir64 readdir64 macro
53 #define __readdir64 readdir64 macro
55 #define __readdir64 readdir macro
366 d = __readdir64 (stream); in glob_in_dir()

Completed in 6 milliseconds