DIR 77 ltdl/libltdl/lt__dirent.h LT_SCOPE DIR * opendir (const char *path); DIR 78 ltdl/libltdl/lt__dirent.h LT_SCOPE struct dirent *readdir (DIR *entry); DIR 79 ltdl/libltdl/lt__dirent.h LT_SCOPE void closedir (DIR *entry); DIR 41 ltdl/lt__dirent.c closedir (DIR *entry) DIR 43 ltdl/lt__dirent.c assert (entry != (DIR *) NULL); DIR 49 ltdl/lt__dirent.c DIR * DIR 53 ltdl/lt__dirent.c DIR *entry; DIR 58 ltdl/lt__dirent.c return (DIR *) 0; DIR 59 ltdl/lt__dirent.c entry = (DIR *) malloc (sizeof(DIR)); DIR 60 ltdl/lt__dirent.c if (entry != (DIR *) 0) DIR 74 ltdl/lt__dirent.c entry = (free (entry), (DIR *) 0); DIR 84 ltdl/lt__dirent.c readdir (DIR *entry) DIR 88 ltdl/lt__dirent.c if (entry == (DIR *) 0) DIR 1787 ltdl/ltdl.c DIR *dirp = 0; DIR 769 magick/module.c DIR DIR 785 magick/module.c if (directory == (const DIR *) NULL) DIR 94 magick/nt_base.c MagickExport int NTclosedir(DIR *entry) DIR 96 magick/nt_base.c assert(entry != (DIR *) NULL); DIR 2118 magick/nt_base.c MagickExport DIR *NTopendir(const char *path) DIR 2123 magick/nt_base.c DIR DIR 2128 magick/nt_base.c return (DIR *) NULL;; DIR 2130 magick/nt_base.c return (DIR *) NULL;; DIR 2131 magick/nt_base.c entry=MagickAllocateMemory(DIR *,sizeof(DIR)); DIR 2132 magick/nt_base.c if (entry != (DIR *) NULL) DIR 2142 magick/nt_base.c return (DIR *) NULL; DIR 2148 magick/nt_base.c return (DIR *) NULL; DIR 2179 magick/nt_base.c MagickExport struct dirent *NTreaddir(DIR *entry) DIR 2184 magick/nt_base.c if (entry == (DIR *) NULL) DIR 2229 magick/nt_base.c MagickExport void NTseekdir(DIR *entry,long position) DIR 2231 magick/nt_base.c assert(entry != (DIR *) NULL); DIR 2258 magick/nt_base.c MagickExport long NTtelldir(DIR *entry) DIR 2260 magick/nt_base.c assert(entry != (DIR *) NULL); DIR 227 magick/nt_base.h NTtelldir(DIR *); DIR 230 magick/nt_base.h *NTreaddir(DIR *); DIR 232 magick/nt_base.h extern MagickExport DIR DIR 236 magick/nt_base.h NTclosedir(DIR *); DIR 239 magick/nt_base.h NTseekdir(DIR *,long); DIR 3166 magick/utility.c DIR DIR 3190 magick/utility.c if (current_directory == (DIR *) NULL)