reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Path.inc
  833 static file_type direntType(dirent* Entry) {
  849   dirent *CurDir = ::readdir(reinterpret_cast<DIR *>(It.IterationHandle));
projects/openmp/runtime/src/z_Linux_util.cpp
 2196   struct dirent *proc_entry = NULL;
 2200   struct dirent *task_entry = NULL;
tools/lldb/source/Host/linux/Host.cpp
  230     struct dirent *direntry = nullptr;
  283     struct dirent *direntry = nullptr;
usr/include/dirent.h
  162 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
  184 		      struct dirent *__restrict __entry,
  185 		      struct dirent **__restrict __result)
  256 		    struct dirent ***__restrict __namelist,
  257 		    int (*__selector) (const struct dirent *),
  258 		    int (*__cmp) (const struct dirent **,
  259 				  const struct dirent **))
  294 		      struct dirent ***__restrict __namelist,
  295 		      int (*__selector) (const struct dirent *),
  296 		      int (*__cmp) (const struct dirent **,
  297 				    const struct dirent **))
  325 extern int alphasort (const struct dirent **__e1,
  326 		      const struct dirent **__e2)
  380 extern int versionsort (const struct dirent **__e1,
  381 			const struct dirent **__e2)
usr/include/glob.h
   93     struct dirent *(*gl_readdir) (void *);