Searched defs:closedir (Results 1 - 7 of 7) sorted by relevance

/external/syslinux/core/fs/
H A Dreaddir.c51 __export int closedir(DIR *dir) function
/external/ImageMagick/MagickCore/
H A Dvms.c64 % closedir() closes the named directory stream and frees the DIR structure.
66 % The format of the closedir method is:
75 void closedir(DIR *directory)
73 void closedir(DIR *directory) function
H A Dnt-base.h95 #if !defined(closedir)
96 # define closedir(directory) NTCloseDirectory(directory) macro
/external/vulkan-validation-layers/loader/
H A Ddirent_on_windows.c66 int closedir(DIR *dir) { function
/external/syslinux/com32/include/syslinux/
H A Dpmapi.h66 int (*closedir)(struct _DIR_ *); member in struct:com32_pmapi
/external/e2fsprogs/contrib/
H A Dspd_readdir.c127 real_closedir = dlsym(RTLD_NEXT, "closedir");
307 int closedir(DIR *dir) function
/external/fio/os/windows/
H A Dposix.c848 int closedir(DIR *dirp) function

Completed in 191 milliseconds