Searched refs:readdir (Results 1 - 25 of 209) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_dir.c67 entry = readdir(dp);
68 entry = readdir(dp);
71 entry = readdir(dp);
75 entry = readdir(dp);
81 entry = readdir(dp);
85 entry = readdir(dp);
95 entry = readdir(dp);
104 entry = readdir(dp);
/netbsd-6-1-5-RELEASE/lib/libc/compat/gen/
H A Dcompat_readdir.c13 __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
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Ddirent.h40 struct dirent *readdir(DIR *dir);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/include/
H A Ddirent.h31 struct dirent *readdir(DIR *);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddirent.hin58 ROKEN_LIB_FUNCTION struct dirent * ROKEN_LIB_CALL readdir(DIR *);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/rx/
H A Dmake-d7 for $f (sort readdir L) {
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A DMakefile.inc5 SRCS+= panic.c calloc.c readdir.c pager.c environment.c fileload.c
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dmaint-tool55 while ($f = readdir S) {
60 while ($f = readdir S) {
91 while ($file = readdir S) {
224 while ($f = readdir INC) {
232 while ($f = readdir INC) {
249 for $f (sort readdir S) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dmaint-tool55 while ($f = readdir S) {
60 while ($f = readdir S) {
91 while ($file = readdir S) {
224 while ($f = readdir INC) {
232 while ($f = readdir INC) {
249 for $f (sort readdir S) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dmaint-tool55 while ($f = readdir S) {
60 while ($f = readdir S) {
91 while ($file = readdir S) {
224 while ($f = readdir INC) {
232 while ($f = readdir INC) {
249 for $f (sort readdir S) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dmaint-tool55 while ($f = readdir S) {
60 while ($f = readdir S) {
91 while ($file = readdir S) {
224 while ($f = readdir INC) {
232 while ($f = readdir INC) {
249 for $f (sort readdir S) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dgen-unix.h78 dirent = readdir(dir->handle);
/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Ddirent.h49 struct dirent12 *readdir(DIR *);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dvmsdir.h56 extern struct direct *readdir PARAMS ((DIR *dfd));
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/w32/compat/
H A Ddirent.c91 readdir(DIR* pDir) function
113 /* bump count for next call to readdir() or telldir() */
142 /* reset members which control readdir() */
163 /* return number of times readdir() called */
181 for (--nPosition; nPosition && readdir(pDir); nPosition--);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_unix.c97 direntry = readdir((*ctx)->dir);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dclosefrom.c83 while ((dent = readdir(dirp)) != NULL) {
/netbsd-6-1-5-RELEASE/include/
H A Ddirent.h66 int dd_flags; /* flags for readdir */
93 struct dirent *readdir(DIR *) __RENAME(__readdir30);
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h41 void (*readdir) (void); member in struct:file_operations
/netbsd-6-1-5-RELEASE/regress/sys/kern/getcwd/
H A Dold_getcwd.c129 errno = 0; /* XXX readdir has no error return. */
183 if (!(dp = readdir(dir)))
196 if (!(dp = readdir(dir)))
250 * If readdir set errno, use it, not any saved error; otherwise,
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntel/
H A Dfiles.c113 for (dp = readdir(dirp); dp != NULL; dp = readdir(dirp))
/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Dparseconf.c343 for (dp = readdir(dfd); dp != NULL; dp = readdir(dfd)) {
/netbsd-6-1-5-RELEASE/distrib/utils/tls/
H A Dtls.c62 while ((d = readdir(dfp)) != NULL)
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_union.c121 while ((dp = readdir(dirp))) {
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dutil.c314 for (d = readdir(dp); d != NULL; d = readdir(dp))
323 for (d = readdir(dp); d != NULL; d = readdir(dp)) {

Completed in 257 milliseconds

123456789