opendir           130 lib/dirent.in.h _GL_FUNCDECL_RPL (opendir, DIR *,
opendir           134 lib/dirent.in.h _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name));
opendir           137 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *,
opendir           142 lib/dirent.in.h _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name));
opendir           144 lib/dirent.in.h _GL_CXXALIASWARN (opendir);
opendir           146 lib/dirent.in.h # if @GNULIB_CLOSEDIR@ && __GNUC__ >= 11 && !defined opendir
opendir           149 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *,
opendir           157 lib/dirent.in.h _GL_WARN_ON_USE (opendir, "opendir is not portable - "
opendir            78 lib/fdopendir.c   dirp = opendir (path);
opendir           186 lib/fdopendir.c           dir = opendir (proc_file);
opendir           195 lib/fdopendir.c           DIR *dp = name ? opendir (name) : NULL;
opendir           216 lib/fdopendir.c           DIR *dir = opendir (".");
opendir            54 nt/inc/dirent.h extern DIR		*opendir (const char *);
opendir            93 src/dired.c      d = opendir (name);
opendir          3895 src/msdos.c      return opendir (dirname);