Symbol: DT_REG
bin/sh/histedit.c
653
} else if (entry->d_type != DT_REG)
cddl/usr.sbin/zfsd/case_file.cc
781
if (dirEntry->d_type == DT_REG
lib/libc/gen/fts.c
918
case DT_REG:
libexec/flua/lfs/lfs.c
447
lua_pushinteger(L, DT_REG);
libexec/rtld-elf/libmap.c
182
if (dp->d_type != DT_REG)
sbin/restore/interactive.c
594
case DT_REG:
sbin/tunefs/tunefs.c
745
dp->d_type = DT_REG;
stand/efi/libefi/efihttp.c
791
d->d_type = DT_REG;
stand/libsa/cd9660.c
630
d->d_type = DT_REG;
stand/libsa/dosfs.c
621
d->d_type = (dd.de.attr & FA_DIR) ? DT_DIR : DT_REG;
stand/libsa/ext2fs.c
102
static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR,
stand/libsa/pkgfs.c
439
d->d_type = DT_REG;
stand/libsa/ufsread.c
155
return dt == DT_REG ? ino : 0;
sys/fs/ext2fs/ext2_lookup.c
91
DT_REG, /* EXT2_FT_REG_FILE */
sys/fs/msdosfs/msdosfs_vnops.c
1719
dirbuf.d_type = DT_REG;
sys/fs/pseudofs/pseudofs_vnops.c
943
pfsent->entry.d_type = DT_REG;
sys/fs/smbfs/smbfs_io.c
156
de.d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? DT_DIR : DT_REG;
sys/fs/tarfs/tarfs_vnops.c
425
cde.d_type = DT_REG;
sys/fs/tmpfs/tmpfs_subr.c
1734
d.d_type = DT_REG;
sys/kern/uipc_mqueue.c
1440
entry.d_type = DT_REG;
tests/sys/fs/fusefs/readdir.cc
344
ents[0].d_type = DT_REG;
tests/sys/fs/fusefs/readdir.cc
357
EXPECT_EQ(DT_REG, de->d_type);
tests/sys/fs/fusefs/readdir.cc
390
it.d_type = DT_REG;
tests/sys/fs/fusefs/readdir.cc
398
it.d_type = DT_REG;
tests/sys/fs/fusefs/readdir.cc
406
it.d_type = DT_REG;
tests/sys/fs/fusefs/readdir.cc
464
ents[0].d_type = DT_REG;
tests/sys/fs/fusefs/readdir.cc
477
EXPECT_EQ(DT_REG, de->d_type);
usr.sbin/makefs/zfs/fs.c
217
type = DT_REG;
usr.sbin/newsyslog/newsyslog.c
1598
if (dp->d_type != DT_REG) {