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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
dirent.d 161 dirent* readdir(DIR*);
190 alias readdir64 readdir;
194 dirent* readdir(DIR*);
224 dirent* readdir(DIR*);
226 pragma(mangle, "readdir$INODE64") dirent* readdir(DIR*);
229 dirent* readdir(DIR*);
253 dirent* readdir(DIR*);
258 pragma(mangle, "readdir@FBSD_1.5") dirent* readdir(DIR*)
    [all...]
  /src/tests/lib/libc/gen/
t_dir.c 77 entry = readdir(dp);
78 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s",
81 entry = readdir(dp);
82 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s",
86 entry = readdir(dp);
87 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s",
94 entry = readdir(dp);
95 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s",
103 entry = readdir(dp);
104 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s"
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
findsym.pl 20 my @files = readdir DIR;
  /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/bsd/openldap/dist/include/ac/
dirent.h 40 struct dirent *readdir(DIR *dir);
  /src/external/gpl2/gmake/dist/w32/include/
dirent.h 53 struct dirent *readdir(DIR *);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dirent.hin 58 ROKEN_LIB_FUNCTION struct dirent * ROKEN_LIB_CALL readdir(DIR *);
  /src/external/gpl3/binutils/dist/libiberty/
maint-tool 54 while ($f = readdir S) {
59 while ($f = readdir S) {
90 while ($file = readdir S) {
226 while ($f = readdir INC) {
234 while ($f = readdir INC) {
251 for $f (sort readdir S) {
  /src/external/gpl3/binutils.old/dist/libiberty/
maint-tool 54 while ($f = readdir S) {
59 while ($f = readdir S) {
90 while ($file = readdir S) {
226 while ($f = readdir INC) {
234 while ($f = readdir INC) {
251 for $f (sort readdir S) {
  /src/external/gpl3/gcc/dist/libiberty/
maint-tool 54 while ($f = readdir S) {
59 while ($f = readdir S) {
90 while ($file = readdir S) {
226 while ($f = readdir INC) {
234 while ($f = readdir INC) {
251 for $f (sort readdir S) {
  /src/external/gpl3/gcc.old/dist/libiberty/
maint-tool 54 while ($f = readdir S) {
59 while ($f = readdir S) {
90 while ($file = readdir S) {
226 while ($f = readdir INC) {
234 while ($f = readdir INC) {
251 for $f (sort readdir S) {
  /src/external/gpl3/gdb/dist/libiberty/
maint-tool 54 while ($f = readdir S) {
59 while ($f = readdir S) {
90 while ($file = readdir S) {
226 while ($f = readdir INC) {
234 while ($f = readdir INC) {
251 for $f (sort readdir S) {
  /src/external/gpl3/gdb.old/dist/libiberty/
maint-tool 54 while ($f = readdir S) {
59 while ($f = readdir S) {
90 while ($file = readdir S) {
226 while ($f = readdir INC) {
234 while ($f = readdir INC) {
251 for $f (sort readdir S) {
  /src/lib/libc/compat/include/
dirent.h 49 struct dirent12 *readdir(DIR *);
  /src/external/gpl2/gmake/dist/
vmsdir.h 71 extern struct direct *readdir PARAMS ((DIR *dfd));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen-unix.h 74 dirent = readdir(dir->handle);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
cvs-clean.pl 21 for my $efn (grep (!/^\.\.?$/, readdir (DIR))) {
48 for my $fn (grep (!/^\.\.?$/, readdir (DIR))) {
  /src/external/gpl3/gdb/dist/gnulib/import/
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/
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/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/include/
dirent.h 72 int dd_flags; /* flags for readdir */
99 struct dirent *readdir(DIR *) __RENAME(__readdir30);
  /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
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

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>