/openbsd/gnu/usr.bin/perl/t/win32/ |
H A D | seekdir.t | 22 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 D | defins.t | 100 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 D | readdir.t | 23 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 D | shortseek.c | 33 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 D | telldir.c | 30 f = readdir(dp); in longloop() 46 f = readdir(dp); in longloop()
|
H A D | utils.c | 42 while ((f = readdir(dp))) { in delfiles()
|
/openbsd/sys/lib/libsa/ |
H A D | readdir.c | 66 readdir(int fd, char *dest) in readdir() function 83 if ((errno = (f->f_ops->readdir)(f, dest))) in readdir()
|
H A D | stand.h | 69 int (*readdir)(struct open_file *f, char *); member 175 int readdir(int, char *);
|
/openbsd/lib/libc/gen/ |
H A D | readdir.c | 72 readdir(DIR *dirp) in readdir() function 82 DEF_WEAK(readdir);
|
/openbsd/gnu/usr.bin/cvs/contrib/ |
H A D | dirfns.shar | 20 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 D | Unicode.t | 56 # 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 D | ndir.c | 120 readdir (DIR *dirp) in readdir() function 201 while (entry = readdir (directory)) in main()
|
H A D | ndir.h | 54 extern struct direct *readdir (DIR *);
|
/openbsd/usr.sbin/rbootd/ |
H A D | parseconf.c | 322 for (dp = readdir(dfd); dp != NULL; dp = readdir(dfd)) { in GetBootFiles()
|
/openbsd/regress/lib/libpthread/readdir/ |
H A D | Makefile | 3 PROG= readdir
|
H A D | readdir.c | 59 while ((file = readdir(dot_dir)) != NULL) in main()
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | kill3.t | 62 readdir $DIRH or seekdir $DIRH, 0; 104 readdir $DIRH or seekdir $DIRH, 0;
|
/openbsd/gnu/usr.bin/binutils/include/mpw/ |
H A D | dirent.h | 27 extern struct dirent *readdir();
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | dirent.h | 44 struct dirent * readdir(DIR *dirp);
|
/openbsd/lib/libc/hidden/ |
H A D | dirent.h | 33 PROTO_NORMAL(readdir);
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOPosix.cpp | 66 while (auto E = readdir(D)) { in ListFilesInDirRecursive() 88 while (auto E = readdir(D)) { in IterateDirRecursive()
|
/openbsd/lib/libedit/TEST/ |
H A D | tc1.c | 93 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) { in complete()
|
/openbsd/include/ |
H A D | dirent.h | 75 struct dirent *readdir(DIR *);
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | JustPod01.t | 86 *{$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 D | 03pkgs.t | 22 @m = ("CPAN", map { "CPAN::$_" } grep { s/\.pm$// } readdir DH);
|