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

/external/syslinux/core/fs/
H A Dreaddir.c33 __export struct dirent *readdir(DIR *dir) function
40 if (dd_dir->fs->fs_ops->readdir) {
41 rv = dd_dir->fs->fs_ops->readdir(dd_dir, &buf);
/external/ImageMagick/MagickCore/
H A Dvms.c157 % readdir() returns a pointer to a structure representing the directory entry
160 % The format of the readdir
162 % readdir(entry)
170 struct dirent *readdir(DIR *directory)
166 struct dirent *readdir(DIR *directory) function
H A Dnt-base.h217 #if !defined(readdir)
218 # define readdir(directory) NTReadDirectory(directory) macro
/external/vulkan-validation-layers/loader/
H A Ddirent_on_windows.c86 struct dirent *readdir(DIR *dir) { function
/external/syslinux/com32/include/syslinux/
H A Dpmapi.h65 struct dirent *(*readdir)(struct _DIR_ *); member in struct:com32_pmapi
/external/e2fsprogs/contrib/
H A Dspd_readdir.c2 * readdir accelerator
9 * and that the regular readdir wrapper will take slightly more
129 real_readdir = dlsym(RTLD_NEXT, "readdir");
229 DEBUG_DIR(printf("readdir: %lu %s\n",
235 DEBUG_DIR(printf("No memory, backing off to direct readdir\n"));
263 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n",
296 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n",
320 struct dirent *readdir(DIR *dir) function
/external/syslinux/core/fs/pxe/
H A Dpxe.h118 int (*readdir)(struct inode *inode, struct dirent *dirent); member in struct:pxe_conn_ops
/external/syslinux/core/include/
H A Dfs.h71 int (*readdir)(struct file *, struct dirent *); member in struct:fs_ops
221 /* readdir.c */
223 struct dirent *readdir(DIR *dir);
/external/fio/os/windows/
H A Dposix.c857 struct dirent *readdir(DIR *dirp) function

Completed in 295 milliseconds