DIR 106 lib/dirent.in.h _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 107 lib/dirent.in.h _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp)); DIR 110 lib/dirent.in.h _GL_FUNCDECL_SYS (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 112 lib/dirent.in.h _GL_CXXALIAS_SYS (closedir, int, (DIR *dirp)); DIR 130 lib/dirent.in.h _GL_FUNCDECL_RPL (opendir, DIR *, DIR 134 lib/dirent.in.h _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name)); DIR 137 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *, DIR 142 lib/dirent.in.h _GL_CXXALIAS_SYS (opendir, DIR *, (const char *dir_name)); DIR 149 lib/dirent.in.h _GL_FUNCDECL_SYS (opendir, DIR *, DIR 165 lib/dirent.in.h _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 167 lib/dirent.in.h _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp)); DIR 179 lib/dirent.in.h _GL_FUNCDECL_SYS (rewinddir, void, (DIR *dirp) _GL_ARG_NONNULL ((1))); DIR 181 lib/dirent.in.h _GL_CXXALIAS_SYS (rewinddir, void, (DIR *dirp)); DIR 200 lib/dirent.in.h _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1))); DIR 201 lib/dirent.in.h _GL_CXXALIAS_RPL (dirfd, int, (DIR *)); DIR 205 lib/dirent.in.h _GL_EXTERN_C int _gl_register_dirp_fd (int fd, DIR *dirp) DIR 213 lib/dirent.in.h static inline int (dirfd) (DIR *dp) { return dirfd (dp); } DIR 217 lib/dirent.in.h _GL_FUNCDECL_SYS (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1))); DIR 219 lib/dirent.in.h _GL_CXXALIAS_SYS (dirfd, int, (DIR *)); DIR 241 lib/dirent.in.h _GL_FUNCDECL_RPL (fdopendir, DIR *, DIR 244 lib/dirent.in.h _GL_CXXALIAS_RPL (fdopendir, DIR *, (int fd)); DIR 247 lib/dirent.in.h _GL_FUNCDECL_SYS (fdopendir, DIR *, DIR 251 lib/dirent.in.h _GL_CXXALIAS_SYS (fdopendir, DIR *, (int fd)); DIR 258 lib/dirent.in.h _GL_FUNCDECL_SYS (fdopendir, DIR *, DIR 31 lib/dirfd.c DIR *dirp; DIR 38 lib/dirfd.c _gl_register_dirp_fd (int fd, DIR *dirp) DIR 79 lib/dirfd.c dirfd (DIR *dir_p) DIR 40 lib/fdopendir.c static DIR *fdopendir_with_dup (int, int, struct saved_cwd const *); DIR 41 lib/fdopendir.c static DIR *fd_clone_opendir (int, struct saved_cwd const *); DIR 68 lib/fdopendir.c DIR * DIR 72 lib/fdopendir.c DIR *dirp; DIR 100 lib/fdopendir.c DIR * DIR 103 lib/fdopendir.c DIR *dir = fdopendir_with_dup (fd, -1, NULL); DIR 135 lib/fdopendir.c static DIR * DIR 145 lib/fdopendir.c DIR *dir; DIR 175 lib/fdopendir.c static DIR * DIR 180 lib/fdopendir.c DIR *dir = NULL; DIR 195 lib/fdopendir.c DIR *dp = name ? opendir (name) : NULL; DIR 216 lib/fdopendir.c DIR *dir = opendir ("."); DIR 235 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 81 src/dired.c static DIR * DIR 85 src/dired.c DIR *d; DIR 136 src/dired.c read_dirent (DIR *dir, Lisp_Object dirname) DIR 193 src/dired.c DIR *d = open_directory (dirfilename, encoded_dirfilename, &fd); DIR 517 src/dired.c DIR *d = open_directory (dirname, encoded_dir, &fd); DIR 3891 src/msdos.c 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)