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

1234567

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_dir.c77 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[
[all...]
/freebsd-11-stable/lib/libc/tests/gen/
H A Ddir2_test.c31 * opendir, readdir, seekdir, telldir, closedir, etc
86 de = readdir(dirp);
87 ATF_REQUIRE_MSG(de != NULL, "readdir failed");
91 de = readdir(dirp);
92 ATF_REQUIRE_MSG(de != NULL, "readdir failed");
105 ATF_REQUIRE_MSG(NULL != readdir(dirp), "invalid directory index");
110 ATF_REQUIRE_MSG(NULL != readdir(dirp), "invalid directory index");
115 ATF_REQUIRE_MSG(NULL != readdir(dirp), "invalid directory index");
124 atf_tc_set_md_var(tc, "descr", "Calling telldir(3) after readdir(3) read the last entry in the block should return a valid location");
162 ATF_REQUIRE_MSG(readdir(dir
[all...]
/freebsd-11-stable/contrib/gcclibs/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) {
/freebsd-11-stable/contrib/binutils/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) {
/freebsd-11-stable/share/examples/sunrpc/dir/
H A Ddir_proc.c3 * dir_proc.c: remote readdir implementation
41 while (d = readdir(dirp)) {
/freebsd-11-stable/tools/tools/commitsdb/
H A Dmake_commit_db22 foreach my $f (grep { /[^\.]/ } readdir DIR) {
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-closefrom.c81 while ((dent = readdir(dirp)) != NULL) {
H A Dgetcwd.c105 errno = 0; /* XXX readdir has no error return. */
162 if (!(dp = readdir(dir)))
169 if (!(dp = readdir(dir)))
219 * If readdir set errno, use it, not any saved error; otherwise,
/freebsd-11-stable/include/
H A Ddirent.h98 readdir(DIR *);
/freebsd-11-stable/contrib/dtc/
H A Dfstree.c39 while ((de = readdir(d)) != NULL) {
/freebsd-11-stable/crypto/openssl/crypto/
H A DLPdir_unix.c94 direntry = readdir((*ctx)->dir);
/freebsd-11-stable/usr.sbin/pw/
H A Drm_r.c60 while ((e = readdir(d)) != NULL) {
/freebsd-11-stable/libexec/rbootd/
H A Dparseconf.c340 for (dp = readdir(dfd); dp != NULL; dp = readdir(dfd)) {
/freebsd-11-stable/lib/libc/gen/
H A Dgetcwd.c116 errno = 0; /* XXX readdir has no error return. */
161 if (!(dp = readdir(dir)))
168 if (!(dp = readdir(dir)))
213 * If readdir set errno, use it, not any saved error; otherwise,
H A Dreaddir.c31 static char sccsid[] = "@(#)readdir.c 8.3 (Berkeley) 9/29/94";
92 readdir(DIR *dirp) function
H A Dscandir.c97 while ((d = readdir(dirp)) != NULL) {
/freebsd-11-stable/release/picobsd/tinyware/aps/
H A Dmain.c55 while((e=readdir(d))!=NULL) {
/freebsd-11-stable/stand/userboot/
H A Duserboot.h110 int (*readdir)(void *arg, void *h, uint32_t *fileno_return, member in struct:loader_callbacks
/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddatabase.c85 while (NULL != (dp = readdir(dir))) {
136 while (NULL != (dp = readdir(dir))) {
159 while (NULL != (dp = readdir(dir))) {
/freebsd-11-stable/contrib/bmake/
H A Dutil.c325 for (d = readdir(dp); d != NULL; d = readdir(dp))
334 for (d = readdir(dp); d != NULL; d = readdir(dp)) {
/freebsd-11-stable/lib/libfetch/
H A Dfile.c143 while ((de = readdir(dir)) != NULL) {
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsavedir.c131 while ((dp = readdir (dirp)) != NULL)
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A Dlpq.c179 while ((d = readdir(dirp)) != NULL) {
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_union.c116 while ((dp = readdir(dirp))) {
/freebsd-11-stable/stand/userboot/userboot/
H A Dhost.c108 rc = CALLBACK(readdir, f->f_fsdata, &fileno, &type, &namelen,

Completed in 205 milliseconds

1234567