DIR 101 lib-src/asset-directory-tool.c main_1 (DIR *dir, struct directory_tree *parent) DIR 108 lib-src/asset-directory-tool.c DIR *otherdir; DIR 239 lib-src/asset-directory-tool.c DIR *indir; DIR 30 lib/dirent-private.h DIR *real_dirp; DIR 125 lib/dirent.in.h _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 126 lib/dirent.in.h _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp)); DIR 129 lib/dirent.in.h _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 131 lib/dirent.in.h _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp)); DIR 149 lib/dirent.in.h _GL_FUNCDECL_RPL (opendir, DIR *, DIR 153 lib/dirent.in.h _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name)); DIR 156 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *, DIR 161 lib/dirent.in.h _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name)); DIR 168 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *, DIR 188 lib/dirent.in.h _GL_FUNCDECL_RPL (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 189 lib/dirent.in.h _GL_CXXALIAS_RPL (readdir, struct dirent *, (DIR *dirp)); DIR 192 lib/dirent.in.h _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 194 lib/dirent.in.h _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); DIR 211 lib/dirent.in.h _GL_FUNCDECL_RPL (rewinddir, void, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 212 lib/dirent.in.h _GL_CXXALIAS_RPL (rewinddir, void, (DIR *dirp)); DIR 215 lib/dirent.in.h _GL_FUNCDECL_SYS (rewinddir, void, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 217 lib/dirent.in.h _GL_CXXALIAS_SYS (rewinddir, void, (DIR *dirp)); DIR 237 lib/dirent.in.h _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1))); DIR 238 lib/dirent.in.h _GL_CXXALIAS_RPL (dirfd, int, (DIR *)); DIR 242 lib/dirent.in.h _GL_EXTERN_C int _gl_register_dirp_fd (int fd, DIR *dirp) DIR 250 lib/dirent.in.h static inline int (dirfd) (DIR *dp) { return dirfd (dp); } DIR 254 lib/dirent.in.h _GL_FUNCDECL_SYS (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1))); DIR 256 lib/dirent.in.h _GL_CXXALIAS_SYS (dirfd, int, (DIR *)); DIR 278 lib/dirent.in.h _GL_FUNCDECL_RPL (fdopendir, DIR *, DIR 281 lib/dirent.in.h _GL_CXXALIAS_RPL (fdopendir, DIR *, (int fd)); DIR 284 lib/dirent.in.h _GL_FUNCDECL_SYS (fdopendir, DIR *, DIR 288 lib/dirent.in.h _GL_CXXALIAS_SYS (fdopendir, DIR *, (int fd)); DIR 295 lib/dirent.in.h _GL_FUNCDECL_SYS (fdopendir, DIR *, DIR 35 lib/dirfd.c DIR *dirp; DIR 42 lib/dirfd.c _gl_register_dirp_fd (int fd, DIR *dirp) DIR 83 lib/dirfd.c dirfd (DIR *dir_p) DIR 37 lib/fdopendir.c DIR * DIR 41 lib/fdopendir.c DIR *dirp = name ? opendir (name) : NULL; DIR 51 lib/fdopendir.c DIR * DIR 55 lib/fdopendir.c DIR *dirp; DIR 99 lib/fdopendir.c static DIR *fdopendir_with_dup (int, int, struct saved_cwd const *); DIR 100 lib/fdopendir.c static DIR *fd_clone_opendir (int, struct saved_cwd const *); DIR 124 lib/fdopendir.c DIR * DIR 127 lib/fdopendir.c DIR *dir = fdopendir_with_dup (fd, -1, NULL); DIR 158 lib/fdopendir.c static DIR * DIR 168 lib/fdopendir.c DIR *dir; DIR 198 lib/fdopendir.c static DIR * DIR 203 lib/fdopendir.c DIR *dir = NULL; DIR 218 lib/fdopendir.c DIR *dp = name ? opendir (name) : NULL; DIR 239 lib/fdopendir.c DIR *dir = opendir ("."); DIR 260 lib/fdopendir.c DIR * DIR 54 nt/inc/dirent.h extern DIR *opendir (const char *); DIR 55 nt/inc/dirent.h extern struct dirent *readdir (DIR *); DIR 56 nt/inc/dirent.h extern void seekdir (DIR *, long); DIR 57 nt/inc/dirent.h extern void closedir (DIR *); DIR 612 src/androidvfs.c DIR *directory; DIR 951 src/androidvfs.c DIR *directory; DIR 48 src/dired.c typedef DIR emacs_dir; DIR 3898 src/msdos.c DIR * DIR 686 src/sfntfont-android.c DIR *dir; DIR 3654 src/w32.c DIR * DIR 3657 src/w32.c DIR *dirp; DIR 3677 src/w32.c if (!(dirp = (DIR *) malloc (sizeof (DIR)))) DIR 3695 src/w32.c sys_closedir (DIR *dirp) DIR 3712 src/w32.c sys_readdir (DIR *dirp)