Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/tests/sys/fs/fusefs/
H A Dreaddir.cc344 ents[0].d_type = DT_REG; in TEST_F()
357 EXPECT_EQ(DT_REG, de->d_type); in TEST_F()
390 it.d_type = DT_REG; in TEST_F()
398 it.d_type = DT_REG; in TEST_F()
406 it.d_type = DT_REG; in TEST_F()
464 ents[0].d_type = DT_REG; in TEST_F()
477 EXPECT_EQ(DT_REG, de->d_type); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp68 if (E->d_type == DT_REG || E->d_type == DT_LNK || in ListFilesInDirRecursive()
90 if (E->d_type == DT_REG || E->d_type == DT_LNK || in IterateDirRecursive()
/freebsd/sys/ufs/ufs/
H A Ddir.h93 #define DT_REG 8 macro
/freebsd/sys/sys/
H A Ddirent.h99 #define DT_REG 8 macro
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dtrail.c343 if (dp->d_type != DT_REG) { in trail_next()
542 if (dp->d_type != DT_REG) in trail_last()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c135 dir.d_type = f->dir ? DT_DIR : DT_REG; in gl_readdir()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h55 case DT_REG: in get_file_type()
/freebsd/stand/libsa/
H A Dufsread.c148 return dt == DT_REG ? ino : 0; in lookup()
H A Dcd9660.c629 d->d_type = DT_REG; in cd9660_readdir()
H A Dpkgfs.c436 d->d_type = DT_REG; in pkg_readdir()
H A Dext2fs.c102 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
H A Ddosfs.c620 d->d_type = (dd.de.attr & FA_DIR) ? DT_DIR : DT_REG; in dos_readdir()
/freebsd/libexec/rtld-elf/
H A Dlibmap.c182 if (dp->d_type != DT_REG) in lmc_parse_dir()
/freebsd/sbin/restore/
H A Dinteractive.c594 case DT_REG: in mkentry()
/freebsd/bin/sh/
H A Dhistedit.c651 } else if (entry->d_type != DT_REG) in sh_matches()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c155 de.d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? DT_DIR : DT_REG; in smbfs_readvdir()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c422 cde.d_type = DT_REG; in tarfs_readdir()
/freebsd/stand/efi/libefi/
H A Defihttp.c792 d->d_type = DT_REG; in efihttp_fs_readdir()
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc767 if (dirEntry->d_type == DT_REG in DeSerializeSelector()
/freebsd/sbin/tunefs/
H A Dtunefs.c725 dp->d_type = DT_REG; in dir_insert()
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c91 DT_REG, /* EXT2_FT_REG_FILE */
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vnops.c944 pfsent->entry.d_type = DT_REG; in pfs_readdir()
/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c216 type = DT_REG; in fs_populate_dirent()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1321 case DT_REG: in zpool_find_import_scan_dir()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1710 dirbuf.d_type = DT_REG; in msdosfs_readdir()

12