Home
last modified time | relevance | path

Searched refs:DT_UNKNOWN (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp69 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive()
72 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive()
91 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive()
94 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in IterateDirRecursive()
/openbsd/gnu/usr.bin/cvs/src/
H A Dignore.c454 dp->d_type != DT_UNKNOWN ||
462 || (dp->d_type == DT_UNKNOWN && S_ISDIR (sb.st_mode))
486 || (dp->d_type == DT_UNKNOWN && S_ISLNK(sb.st_mode))
H A Dfind_names.c357 if (dp->d_type != DT_UNKNOWN && dp->d_type != DT_LNK)
H A Dimport.c448 || (dp->d_type == DT_UNKNOWN && isdir (dp->d_name)))
467 || (dp->d_type == DT_UNKNOWN && islink (dp->d_name))
/openbsd/sys/sys/
H A Ddirent.h70 #define DT_UNKNOWN 0 macro
/openbsd/sys/ufs/ufs/
H A Ddir.h90 #define DT_UNKNOWN 0 macro
/openbsd/lib/libc/gen/
H A Ddevname.c55 if (dp->d_type != DT_UNKNOWN && DTTOIF(dp->d_type) != type) in devname_nodb()
H A Dttyname.c124 if (dirp->d_type != DT_CHR && dirp->d_type != DT_UNKNOWN) in oldttyname()
H A Dfts.c712 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
/openbsd/usr.bin/cvs/
H A Drepository.c133 if (dp->d_type == DT_UNKNOWN) { in cvs_repository_getdir()
H A Dutil.c389 if (ent->d_type == DT_UNKNOWN) { in cvs_rmdir()
H A Dfile.c510 if (dp->d_type == DT_UNKNOWN) { in cvs_file_walkdir()
/openbsd/sbin/restore/
H A Ddirs.c362 dp->d_type = DT_UNKNOWN; in putdir()
440 ndp->d_type = DT_UNKNOWN; in dcvt()
H A Dinteractive.c626 case DT_UNKNOWN: in mkentry()
/openbsd/usr.bin/mg/
H A Dfileio.c530 dent->d_type == DT_UNKNOWN) { in make_file_list()
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h557 case DT_UNKNOWN:
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_lookup.c96 ffsdir->d_type = DT_UNKNOWN; /* don't know more here */ in ext2fs_dirconv2ffs()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_vnops.c426 DT_UNKNOWN; in cd9660_readdir()
/openbsd/lib/libfuse/
H A Dfuse_ops.c272 dir->d_type = DT_UNKNOWN; in ifuse_fill_readdir()
/openbsd/sys/isofs/udf/
H A Dudf_vnops.c822 DT_DIR : DT_UNKNOWN; in udf_readdir()
/openbsd/sys/nfs/
H A Dnfs_vnops.c2440 dp->d_type = DT_UNKNOWN; in nfs_readdirrpc()
2633 dp->d_type = DT_UNKNOWN; in nfs_readdirplusrpc()