opendir           259 lib-src/asset-directory-tool.c   indir = opendir (argv[1]);
opendir           149 lib/dirent.in.h _GL_FUNCDECL_RPL (opendir, DIR *,
opendir           153 lib/dirent.in.h _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));
opendir           156 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *,
opendir           161 lib/dirent.in.h _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));
opendir           163 lib/dirent.in.h _GL_CXXALIASWARN (opendir);
opendir           165 lib/dirent.in.h # if @GNULIB_CLOSEDIR@ && !GNULIB_defined_DIR && __GNUC__ >= 11 && !defined opendir
opendir           168 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *,
opendir           176 lib/dirent.in.h _GL_WARN_ON_USE (opendir, "opendir is not portable - "
opendir            41 lib/fdopendir.c   DIR *dirp = name ? opendir (name) : NULL;
opendir            61 lib/fdopendir.c   dirp = opendir (path);
opendir           209 lib/fdopendir.c           dir = opendir (proc_file);
opendir           218 lib/fdopendir.c           DIR *dp = name ? opendir (name) : NULL;
opendir           239 lib/fdopendir.c           DIR *dir = opendir (".");
opendir            54 nt/inc/dirent.h extern DIR		*opendir (const char *);
opendir           223 src/androidvfs.c   struct android_vdir *(*opendir) (struct android_vnode *);
opendir           955 src/androidvfs.c   directory = opendir (vp->name);
opendir          7371 src/androidvfs.c   dir = (*vp->ops->opendir) (vp);
opendir           116 src/dired.c      d = opendir (name);
opendir          3902 src/msdos.c      return opendir (dirname);
opendir           702 src/sfntfont-android.c       dir = opendir (system_font_directories[i]);