/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOPosix.cpp | 69 (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()
|
/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/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 | 646 if (entry->d_type == DT_UNKNOWN || entry->d_type == DT_LNK) { in sh_matches()
|
H A D | expand.c | 1173 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/sbin/tunefs/ |
H A D | tunefs.c | 702 dp->d_type = DT_UNKNOWN; in dir_clear_block()
|
/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.c | 802 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()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 1033 } else if (dir->d_type == DT_UNKNOWN) { in is_leaf_dir()
|
/freebsd/sys/fs/udf/ |
H A D | udf_vnops.c | 862 DT_DIR : DT_UNKNOWN; in udf_readdir()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1315 case DT_UNKNOWN: in zpool_find_import_scan_dir()
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 1631 if (dp->d_type != DT_UNKNOWN || in validate_old_timelog()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 3682 dp->d_type = DT_UNKNOWN; in nfsrpc_readdir() 3831 dp->d_type = DT_UNKNOWN; in nfsrpc_readdir() 4141 dp->d_type = DT_UNKNOWN; in nfsrpc_readdirplus() 4398 dp->d_type = DT_UNKNOWN; in nfsrpc_readdirplus()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_cli.c | 5026 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vnops_os.c | 5804 if (dp->d_type != DT_REG && dp->d_type != DT_UNKNOWN) in zfs_listextattr_dir()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 2656 dp->d_type == DT_UNKNOWN || in nfsrvd_readdirplus()
|