Symbol: S_IFREG
bin/pax/ftree.c
444
case S_IFREG:
bin/pax/tar.c
427
arcn->sb.st_mode |= S_IFREG;
bin/pax/tar.c
461
arcn->sb.st_mode |= S_IFREG;
bin/pax/tar.c
818
arcn->sb.st_mode |= S_IFREG;
bin/pax/tar.c
839
arcn->sb.st_mode |= S_IFREG;
crypto/openssh/scp.c
1424
case S_IFREG:
lib/libc/stdio/fseek.c
173
(st.st_mode & S_IFMT) != S_IFREG) {
lib/libc/stdio/makebuf.c
111
return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
lib/libc/stdtime/getdate.c
84
if ((sb.st_mode & S_IFMT) != S_IFREG) {
lib/libc/string/strmode.c
52
case S_IFREG: /* regular */
lib/libevtr/evtr.c
1871
if (0 && (st.st_mode & S_IFREG)) {
lib/libthread_xu/thread/thr_sem.c
578
if ((sbuf.st_mode & S_IFREG) == 0) {
libexec/rbootd/parseconf.c
337
(statb.st_mode & S_IFMT) != S_IFREG)
libexec/tftpd/tftpd.c
504
if ((stbuf.st_mode & S_IFMT) != S_IFREG)
libexec/tftpd/tftpd.c
535
(stbuf.st_mode & S_IFMT) == S_IFREG) {
sbin/dump/traverse.c
392
case S_IFREG:
sbin/fsck/preen.c
297
case S_IFREG:
sbin/gpt/gpt.c
615
if ((sb.st_mode & S_IFMT) != S_IFREG) {
sbin/newfs/fscopy.c
179
case S_IFREG:
sbin/newfs/fscopy.c
285
case S_IFREG:
sbin/vinum/v.c
124
if ((histstat.st_mode & S_IFMT) != S_IFREG) {
stand/lib/cd9660.c
594
sb->st_mode |= S_IFREG;
stand/lib/dosfs.c
359
sb->st_mode = f->de.attr & FA_DIR ? S_IFDIR | 0555 : S_IFREG | 0444;
stand/lib/hammer1.c
371
return(S_IFREG);
stand/lib/hammer2.c
806
return(S_IFREG);
stand/lib/nfs.c
672
0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, 0 };
stand/lib/tftp.c
416
sb->st_mode = 0444 | S_IFREG;
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
833
S_IFREG | S_IRUGO, root,
sys/dev/drm/amd/amdgpu/amdgpu_ring.c
486
S_IFREG | S_IRUGO, root,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2560
S_IFREG | S_IRUGO, root,
sys/dev/drm/radeon/radeon_ttm.c
1189
ent = debugfs_create_file("radeon_vram", S_IFREG | S_IRUGO, root,
sys/dev/drm/radeon/radeon_ttm.c
1195
ent = debugfs_create_file("radeon_gtt", S_IFREG | S_IRUGO, root,
sys/kern/vfs_subr.c
103
0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK,
sys/kern/vfs_vnops.c
866
mode |= S_IFREG;
sys/vfs/isofs/cd9660/cd9660_node.c
260
inop->inode.iso_mode = S_IFREG;
sys/vfs/smbfs/smbfs_vfsops.c
160
(S_IRWXU|S_IRWXG|S_IRWXO)) | S_IFREG;
usr.bin/fetch/fetch.c
821
(stat(path, &sb) != -1) && sb.st_mode & S_IFREG) {
usr.bin/fetch/fetch.c
879
if (stat(path, &sb) != -1 && (sb.st_mode & S_IFREG))
usr.bin/find/function.c
1525
mask = S_IFREG;
usr.bin/fstat/fstat.h
58
return S_IFREG;
usr.bin/fstat/msdosfs.c
113
fsp->mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG;
usr.bin/stat/stat.c
880
case S_IFREG:
usr.bin/stat/stat.c
902
case S_IFREG: sdata = "Regular File"; break;
usr.bin/uudecode/uudecode.c
261
case S_IFREG:
usr.bin/whereis/whereis.c
432
(sb.st_mode & S_IFMT) == S_IFREG &&
usr.sbin/makefs/cd9660.c
1891
to->node->inode->st.st_mode |= S_IFREG;
usr.sbin/makefs/cd9660.c
1939
tfsnode->type |= S_IFREG;
usr.sbin/makefs/ffs.c
674
if (node->type == S_IFREG)
usr.sbin/makefs/hammer2.c
986
if (node->type == S_IFREG) {
usr.sbin/makefs/makefs.c
304
sb.st_mode = S_IFREG;
usr.sbin/makefs/makefs.c
317
case S_IFREG: /* read the manifest file */
usr.sbin/makefs/mtree.c
443
else if (n->type == S_IFREG)
usr.sbin/makefs/mtree.c
671
node->type = S_IFREG;
usr.sbin/makefs/mtree.c
741
type = S_IFREG;
usr.sbin/makefs/mtree.c
744
if (type == S_IFREG) {
usr.sbin/mtree/misc.c
252
return S_IFREG;
usr.sbin/mtree/misc.c
287
case S_IFREG: