Home
last modified time | relevance | path

Searched refs:readdir (Results 1 – 25 of 213) sorted by relevance

123456789

/openbsd/gnu/usr.bin/perl/t/win32/
H A Dseekdir.t22 my $f = readdir $dh;
33 ok(readdir($dh) eq $f, "$type readdir() -> $f \tas expected");
49 ok(!defined readdir($dh), "...but next readdir() gives undef");
58 ok(readdir($dh) eq '', "readdir() here gives an empty string");
62 ok(!defined readdir($dh), "next readdir() gives undef");
70 ok(!defined readdir($dh), "... and next readdir() gives undef");
/openbsd/gnu/usr.bin/perl/t/op/
H A Ddefins.t100 while (my $name = readdir(DIR))
109 while (($seen ? $dummy : $name) = readdir(DIR))
117 while ($where{$seen} = readdir(DIR))
126 while (readdir(DIR))
136 $_ eq $wanted_filename && $seen++ while readdir(DIR);
145 } while (readdir(DIR));
H A Dreaddir.t23 my @D = grep(/^[^\.].*\.t$/i, readdir(OP));
65 my @files = readdir($x);
78 while (defined(my $f = readdir OP)) {
/openbsd/regress/lib/libc/telldir/
H A Dshortseek.c33 f = readdir(dp); in shortloop()
51 f = readdir(dp); in shortloop()
61 f = readdir(dp); in shortloop()
68 f = readdir(dp); in shortloop()
H A Dtelldir.c30 f = readdir(dp); in longloop()
46 f = readdir(dp); in longloop()
H A Dutils.c42 while ((f = readdir(dp))) { in delfiles()
/openbsd/sys/lib/libsa/
H A Dreaddir.c66 readdir(int fd, char *dest) in readdir() function
83 if ((errno = (f->f_ops->readdir)(f, dest))) in readdir()
H A Dstand.h69 int (*readdir)(struct open_file *f, char *); member
175 int readdir(int, char *);
/openbsd/lib/libc/gen/
H A Dreaddir.c72 readdir(DIR *dirp) in readdir() function
82 DEF_WEAK(readdir);
/openbsd/gnu/usr.bin/cvs/contrib/
H A Ddirfns.shar20 X.B *readdir(dirp)
93 X.I readdir
115 X.I readdir.
174 X while ((dp = readdir(dirp)) != NULL)
215 X.I readdir
288 Xextern struct direct *readdir();
299 XDIR = closedir.o opendir.o readdir.o seekdir.o telldir.o
372 echo 'readdir.c':
373 sed 's/^X//' >'readdir.c' <<'!'
376 Xstatic char sccsid[] = "@(#)readdir.c 4.3 8/8/82";
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Win32/t/
H A DUnicode.t56 # readdir() returns ANSI form of Unicode filename
58 while ($_ = readdir($dh)) {
60 # On Cygwin 1.7 readdir() returns the utf8 representation of the
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A Dndir.c120 readdir (DIR *dirp) in readdir() function
201 while (entry = readdir (directory)) in main()
H A Dndir.h54 extern struct direct *readdir (DIR *);
/openbsd/usr.sbin/rbootd/
H A Dparseconf.c322 for (dp = readdir(dfd); dp != NULL; dp = readdir(dfd)) { in GetBootFiles()
/openbsd/regress/lib/libpthread/readdir/
H A DMakefile3 PROG= readdir
H A Dreaddir.c59 while ((file = readdir(dot_dir)) != NULL) in main()
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dkill3.t62 readdir $DIRH or seekdir $DIRH, 0;
104 readdir $DIRH or seekdir $DIRH, 0;
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Ddirent.h27 extern struct dirent *readdir();
/openbsd/gnu/usr.bin/cvs/os2/
H A Ddirent.h44 struct dirent * readdir(DIR *dirp);
/openbsd/lib/libc/hidden/
H A Ddirent.h33 PROTO_NORMAL(readdir);
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp66 while (auto E = readdir(D)) { in ListFilesInDirRecursive()
88 while (auto E = readdir(D)) { in IterateDirRecursive()
/openbsd/lib/libedit/TEST/
H A Dtc1.c93 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) { in complete()
/openbsd/include/
H A Ddirent.h75 struct dirent *readdir(DIR *);
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A DJustPod01.t86 *{$target . '::readdir'} = \&_utf8_readdir;
106 my @all_files = CORE::readdir($handle);
111 my $next_file = CORE::readdir($handle);
/openbsd/gnu/usr.bin/perl/cpan/CPAN/t/
H A D03pkgs.t22 @m = ("CPAN", map { "CPAN::$_" } grep { s/\.pm$// } readdir DH);

123456789