/freebsd/tests/sys/fs/fusefs/ |
H A D | readdir.cc | 344 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 D | FuzzerIOPosix.cpp | 68 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 D | dir.h | 93 #define DT_REG 8 macro
|
/freebsd/sys/sys/ |
H A D | dirent.h | 99 #define DT_REG 8 macro
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | trail.c | 343 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 D | t_glob.c | 135 dir.d_type = f->dir ? DT_DIR : DT_REG; in gl_readdir()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | file_descriptor.h | 55 case DT_REG: in get_file_type()
|
/freebsd/stand/libsa/ |
H A D | ufsread.c | 148 return dt == DT_REG ? ino : 0; in lookup()
|
H A D | cd9660.c | 629 d->d_type = DT_REG; in cd9660_readdir()
|
H A D | pkgfs.c | 436 d->d_type = DT_REG; in pkg_readdir()
|
H A D | ext2fs.c | 102 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
|
H A D | dosfs.c | 620 d->d_type = (dd.de.attr & FA_DIR) ? DT_DIR : DT_REG; in dos_readdir()
|
/freebsd/libexec/rtld-elf/ |
H A D | libmap.c | 182 if (dp->d_type != DT_REG) in lmc_parse_dir()
|
/freebsd/sbin/restore/ |
H A D | interactive.c | 594 case DT_REG: in mkentry()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 651 } else if (entry->d_type != DT_REG) in sh_matches()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_io.c | 155 de.d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? DT_DIR : DT_REG; in smbfs_readvdir()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vnops.c | 422 cde.d_type = DT_REG; in tarfs_readdir()
|
/freebsd/stand/efi/libefi/ |
H A D | efihttp.c | 792 d->d_type = DT_REG; in efihttp_fs_readdir()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | case_file.cc | 767 if (dirEntry->d_type == DT_REG in DeSerializeSelector()
|
/freebsd/sbin/tunefs/ |
H A D | tunefs.c | 725 dp->d_type = DT_REG; in dir_insert()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_lookup.c | 91 DT_REG, /* EXT2_FT_REG_FILE */
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs_vnops.c | 944 pfsent->entry.d_type = DT_REG; in pfs_readdir()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | fs.c | 216 type = DT_REG; in fs_populate_dirent()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1321 case DT_REG: in zpool_find_import_scan_dir()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vnops.c | 1710 dirbuf.d_type = DT_REG; in msdosfs_readdir()
|