Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp70 (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 Dtrail.c166 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 Ddir.h88 #define DT_UNKNOWN 0 macro
/freebsd/sys/sys/
H A Ddirent.h94 #define DT_UNKNOWN 0 macro
/freebsd/contrib/pkgconf/libpkgconf/
H A Dwin-dirent.h169 #define DT_UNKNOWN 0 macro
747 entry->d_type = DT_UNKNOWN; in readdir_r()
/freebsd/crypto/openssh/
H A Dmisc-agent.c314 if (dp->d_type != DT_SOCK && dp->d_type != DT_UNKNOWN) in agent_cleanup_stale()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h62 case DT_UNKNOWN: in get_file_type()
/freebsd/stand/libsa/
H A Dext2fs.c102 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
105 DT_UNKNOWN : dtmap[x]
/freebsd/sbin/fsck_ffs/
H A Ddir.c47 0, DIRBLKSIZ, DT_UNKNOWN, 0, "",
48 0, 0, DT_UNKNOWN, 0, ""
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c90 DT_UNKNOWN, /* EXT2_FT_UNKNOWN */
100 ((ft) < nitems(ext2_ft_to_dt) ? ext2_ft_to_dt[(ft)] : DT_UNKNOWN)
/freebsd/sbin/restore/
H A Dinteractive.c616 case DT_UNKNOWN: in mkentry()
H A Ddirs.c338 dp->d_type = DT_UNKNOWN; in putdir()
/freebsd/bin/sh/
H A Dhistedit.c648 if (entry->d_type == DT_UNKNOWN || entry->d_type == DT_LNK) { in sh_matches()
H A Dexpand.c1175 if (dp->d_type != DT_UNKNOWN && in expmeta()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vnops.c459 DT_UNKNOWN; in cd9660_readdir()
/freebsd/lib/libc/gen/
H A Dfts-compat11.c803 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
H A Dfts-compat.c819 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
H A Dfts.c890 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)) { in fts_build()
/freebsd/sbin/tunefs/
H A Dtunefs.c720 dp->d_type = DT_UNKNOWN; in dir_clear_block()
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1166 } else if (dir->d_type == DT_UNKNOWN) { in is_leaf_dir()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c878 DT_DIR : DT_UNKNOWN; in udf_readdir()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1316 case DT_UNKNOWN: in zpool_find_import_scan_dir()
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c1604 if (dp->d_type != DT_UNKNOWN || in validate_old_timelog()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c3767 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 Dzfs_vnops_os.c4957 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()

12