Searched defs:opendir (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/core/fs/
H A Dreaddir.c11 __export DIR *opendir(const char *path) function
/external/ImageMagick/MagickCore/
H A Dvms.c96 % opendir() opens the directory named by filename and associates a directory
99 % The format of the opendir method is:
101 % opendir(entry)
109 DIR *opendir(char *name)
106 DIR *opendir(char *name) function
H A Dnt-base.h199 #if !defined(opendir)
200 # define opendir(directory) NTOpenDirectory(directory) macro
/external/vulkan-validation-layers/loader/
H A Ddirent_on_windows.c31 DIR *opendir(const char *name) { function
/external/syslinux/com32/include/syslinux/
H A Dpmapi.h64 struct _DIR_ *(*opendir)(const char *); member in struct:com32_pmapi
/external/e2fsprogs/contrib/
H A Dspd_readdir.c125 real_opendir = dlsym(RTLD_NEXT, "opendir");
240 DIR *opendir(const char *name) function
/external/fio/os/windows/
H A Dposix.c819 DIR *opendir(const char *dirname) function
/external/fio/
H A Dthread_options.h44 char *opendir; member in struct:thread_options
273 uint8_t opendir[FIO_TOP_STR_MAX]; member in struct:thread_options_pack

Completed in 674 milliseconds