| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 70 (E->d_type == DT_UNKNOWN && IsFile(Path))) in ListFilesInDirRecursive() 73 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive() 92 (E->d_type == DT_UNKNOWN && IsFile(Path))) in IterateDirRecursive() 95 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in IterateDirRecursive()
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | trail.c | 166 return (DT_UNKNOWN); in trail_type() 340 if (dp->d_type == DT_UNKNOWN) in trail_next() 539 if (dp->d_type == DT_UNKNOWN) in trail_last()
|
| /freebsd/sys/ufs/ufs/ |
| H A D | dir.h | 88 #define DT_UNKNOWN 0 macro
|
| /freebsd/sys/sys/ |
| H A D | dirent.h | 94 #define DT_UNKNOWN 0 macro
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | win-dirent.h | 169 #define DT_UNKNOWN 0 macro 747 entry->d_type = DT_UNKNOWN; in readdir_r()
|
| /freebsd/crypto/openssh/ |
| H A D | misc-agent.c | 314 if (dp->d_type != DT_SOCK && dp->d_type != DT_UNKNOWN) in agent_cleanup_stale()
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | file_descriptor.h | 62 case DT_UNKNOWN: in get_file_type()
|
| /freebsd/stand/libsa/ |
| H A D | ext2fs.c | 102 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, 105 DT_UNKNOWN : dtmap[x]
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | dir.c | 47 0, DIRBLKSIZ, DT_UNKNOWN, 0, "", 48 0, 0, DT_UNKNOWN, 0, ""
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_lookup.c | 90 DT_UNKNOWN, /* EXT2_FT_UNKNOWN */ 100 ((ft) < nitems(ext2_ft_to_dt) ? ext2_ft_to_dt[(ft)] : DT_UNKNOWN)
|
| /freebsd/sbin/restore/ |
| H A D | interactive.c | 616 case DT_UNKNOWN: in mkentry()
|
| H A D | dirs.c | 338 dp->d_type = DT_UNKNOWN; in putdir()
|
| /freebsd/bin/sh/ |
| H A D | histedit.c | 648 if (entry->d_type == DT_UNKNOWN || entry->d_type == DT_LNK) { in sh_matches()
|
| H A D | expand.c | 1175 if (dp->d_type != DT_UNKNOWN && in expmeta()
|
| /freebsd/sys/fs/cd9660/ |
| H A D | cd9660_vnops.c | 459 DT_UNKNOWN; in cd9660_readdir()
|
| /freebsd/lib/libc/gen/ |
| H A D | fts-compat11.c | 803 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
|
| H A D | fts-compat.c | 819 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
|
| H A D | fts.c | 890 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)) { in fts_build()
|
| /freebsd/sbin/tunefs/ |
| H A D | tunefs.c | 720 dp->d_type = DT_UNKNOWN; in dir_clear_block()
|
| /freebsd/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 1166 } else if (dir->d_type == DT_UNKNOWN) { in is_leaf_dir()
|
| /freebsd/sys/fs/udf/ |
| H A D | udf_vnops.c | 878 DT_DIR : DT_UNKNOWN; in udf_readdir()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1316 case DT_UNKNOWN: in zpool_find_import_scan_dir()
|
| /freebsd/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 1604 if (dp->d_type != DT_UNKNOWN || in validate_old_timelog()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 3767 dp->d_type = DT_UNKNOWN; in nfsrpc_readdir() 3917 dp->d_type = DT_UNKNOWN; in nfsrpc_readdir() 4241 dp->d_type = DT_UNKNOWN; in nfsrpc_readdirplus() 4500 dp->d_type = DT_UNKNOWN; in nfsrpc_readdirplus()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 4957 dp->d_type == DT_UNKNOWN) && in zfs_has_namedattr() 6479 if (dp->d_type != DT_REG && dp->d_type != DT_UNKNOWN) in zfs_listextattr_dir()
|