Home
last modified time | relevance | path

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

12

/freebsd-14-stable/tests/sys/fs/fusefs/
HDreaddir.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-14-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerIOPosix.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-14-stable/sys/ufs/ufs/
HDdir.h95 #define DT_REG 8 macro
/freebsd-14-stable/sys/sys/
HDdirent.h101 #define DT_REG 8 macro
/freebsd-14-stable/contrib/openbsm/bin/auditdistd/
HDtrail.c343 if (dp->d_type != DT_REG) { in trail_next()
542 if (dp->d_type != DT_REG) in trail_last()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_glob.c135 dir.d_type = f->dir ? DT_DIR : DT_REG; in gl_readdir()
/freebsd-14-stable/contrib/llvm-project/libcxx/src/filesystem/
HDfile_descriptor.h55 case DT_REG: in get_file_type()
/freebsd-14-stable/stand/libsa/
HDufsread.c148 return dt == DT_REG ? ino : 0; in lookup()
HDcd9660.c629 d->d_type = DT_REG; in cd9660_readdir()
HDpkgfs.c436 d->d_type = DT_REG; in pkg_readdir()
HDext2fs.c102 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
HDdosfs.c573 d->d_type = (dd.de.attr & FA_DIR) ? DT_DIR : DT_REG; in dos_readdir()
/freebsd-14-stable/libexec/rtld-elf/
HDlibmap.c182 if (dp->d_type != DT_REG) in lmc_parse_dir()
/freebsd-14-stable/sbin/restore/
HDinteractive.c601 case DT_REG: in mkentry()
/freebsd-14-stable/sys/fs/smbfs/
HDsmbfs_io.c155 de.d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? DT_DIR : DT_REG; in smbfs_readvdir()
/freebsd-14-stable/stand/efi/libefi/
HDefihttp.c790 d->d_type = DT_REG; in efihttp_fs_readdir()
/freebsd-14-stable/sys/fs/tarfs/
HDtarfs_vnops.c422 cde.d_type = DT_REG; in tarfs_readdir()
/freebsd-14-stable/sbin/tunefs/
HDtunefs.c737 dp->d_type = DT_REG; in dir_insert()
/freebsd-14-stable/sys/fs/ext2fs/
HDext2_lookup.c93 DT_REG, /* EXT2_FT_REG_FILE */
/freebsd-14-stable/usr.sbin/makefs/zfs/
HDfs.c216 type = DT_REG; in fs_populate_dirent()
/freebsd-14-stable/sys/fs/pseudofs/
HDpseudofs_vnops.c944 pfsent->entry.d_type = DT_REG; in pfs_readdir()
/freebsd-14-stable/sys/contrib/openzfs/lib/libzutil/
HDzutil_import.c1321 case DT_REG: in zpool_find_import_scan_dir()
/freebsd-14-stable/sys/fs/msdosfs/
HDmsdosfs_vnops.c1710 dirbuf.d_type = DT_REG; in msdosfs_readdir()
/freebsd-14-stable/sys/fs/tmpfs/
HDtmpfs_subr.c1731 d.d_type = DT_REG; in tmpfs_dir_getdents()
/freebsd-14-stable/usr.sbin/newsyslog/
HDnewsyslog.c1497 if (dp->d_type != DT_REG) { in validate_old_timelog()

12