HomeSort by: relevance | last modified time | path
    Searched defs:readdir (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gnulib/import/
readdir.c 32 readdir (DIR *dirp) function
dirent.in.h 165 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1)));
167 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp));
168 _GL_CXXALIASWARN (readdir); variable
170 # undef readdir macro
172 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
173 "use gnulib module readdir for portability");
  /src/external/gpl3/gdb.old/dist/gnulib/import/
readdir.c 32 readdir (DIR *dirp) function
dirent.in.h 165 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1)));
167 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp));
168 _GL_CXXALIASWARN (readdir); variable
170 # undef readdir macro
172 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
173 "use gnulib module readdir for portability");
  /src/lib/libc/gen/
readdir.c 1 /* $NetBSD: readdir.c,v 1.27 2024/09/10 17:11:19 riastradh Exp $ */
35 static char sccsid[] = "@(#)readdir.c 8.3 (Berkeley) 9/29/94";
37 __RCSID("$NetBSD: readdir.c,v 1.27 2024/09/10 17:11:19 riastradh Exp $");
106 readdir(DIR *dirp) function
  /src/lib/libc/compat/gen/
compat_readdir.c 13 __weak_alias(readdir,_readdir)
18 __warn_references(readdir,
19 "warning: reference to compatibility readdir(); include <dirent.h> for correct reference")
44 readdir(DIR *dirp) function
  /src/external/gpl2/gmake/dist/w32/compat/
dirent.c 109 readdir(DIR* pDir) function
131 /* bump count for next call to readdir() or telldir() */
160 /* reset members which control readdir() */
181 /* return number of times readdir() called */
199 for (--nPosition; nPosition && readdir(pDir); nPosition--);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
dir-common.h 38 # include <dirent.h> // opendir, readdir, fdopendir, dirfd
58 inline dirent* readdir(DIR* dir) { return ::_wreaddir(dir); } function in namespace:filesystem::__gnu_posix
65 using ::readdir;
72 inline dirent* readdir(DIR*) { return nullptr; }
164 const posix::dirent* entp = posix::readdir(dirp);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
dir-common.h 38 # include <dirent.h> // opendir, readdir, fdopendir, dirfd
58 inline dirent* readdir(DIR* dir) { return ::_wreaddir(dir); } function in namespace:filesystem::__gnu_posix
65 using ::readdir;
72 inline dirent* readdir(DIR*) { return nullptr; }
164 const posix::dirent* entp = posix::readdir(dirp);
  /src/lib/librefuse/refuse/
v23.h 45 /* Function to add an entry in a readdir() operation. Introduced on
77 int (*readdir) (const char *, void *, fuse_fill_dir_t_v23, off_t, struct fuse_file_info *); member in struct:fuse_operations_v23
v25.h 73 int (*readdir) (const char *, void *, fuse_fill_dir_t_v23, off_t, struct fuse_file_info *); member in struct:fuse_operations_v25
v26.h 73 int (*readdir) (const char *, void *, fuse_fill_dir_t_v23, off_t, struct fuse_file_info *); member in struct:fuse_operations_v26
v28.h 73 int (*readdir) (const char *, void *, fuse_fill_dir_t_v23, off_t, struct fuse_file_info *); member in struct:fuse_operations_v28
v29.h 73 int (*readdir) (const char *, void *, fuse_fill_dir_t_v23, off_t, struct fuse_file_info *); member in struct:fuse_operations_v29
v30.h 48 /* Function to add an entry in a readdir() operation. Introduced on
81 int (*readdir) (const char *, void *, fuse_fill_dir_t_v30, off_t, struct fuse_file_info *, enum fuse_readdir_flags); member in struct:fuse_operations_v30
v34.h 71 int (*readdir) (const char *, void *, fuse_fill_dir_t_v30, off_t, struct fuse_file_info *, enum fuse_readdir_flags); member in struct:fuse_operations_v34
v35.h 71 int (*readdir) (const char *, void *, fuse_fill_dir_t_v30, off_t, struct fuse_file_info *, enum fuse_readdir_flags); member in struct:fuse_operations_v35
v38.h 71 int (*readdir) (const char *, void *, fuse_fill_dir_t_v30, off_t, struct fuse_file_info *, enum fuse_readdir_flags); member in struct:fuse_operations_v38
  /src/external/gpl2/gmake/dist/
vmsfunctions.c 78 readdir (DIR *dir) function
  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 41 void (*readdir) (void); member in struct:file_operations
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
dirent.h 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1)));
678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp));
679 _GL_CXXALIASWARN (readdir); variable
681 # undef readdir macro
683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
684 "use gnulib module readdir for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
dirent.h 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1)));
678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp));
679 _GL_CXXALIASWARN (readdir); variable
681 # undef readdir macro
683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
684 "use gnulib module readdir for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
dirent.h 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1)));
678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp));
679 _GL_CXXALIASWARN (readdir); variable
681 # undef readdir macro
683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
684 "use gnulib module readdir for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
dirent.h 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1)));
678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp));
679 _GL_CXXALIASWARN (readdir); variable
681 # undef readdir macro
683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
684 "use gnulib module readdir for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
dirent.h 676 _GL_FUNCDECL_SYS (readdir, struct dirent *, (DIR *dirp) _GL_ARG_NONNULL ((1)));
678 _GL_CXXALIAS_SYS (readdir, struct dirent *, (DIR *dirp));
679 _GL_CXXALIASWARN (readdir); variable
681 # undef readdir macro
683 _GL_WARN_ON_USE (readdir, "readdir is not portable - "
684 "use gnulib module readdir for portability");

Completed in 75 milliseconds

1 2 3 4