Home
last modified time | relevance | path

Searched refs:S_IFREG (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.81.4/bsd/sys/_types/
H A D_s_ifmt.h40 #define S_IFREG 0100000 /* [XSI] regular */ macro
/xnu-11215.81.4/tests/
H A Dcorrect_kernel_booted.c32 if ((stbuf.st_mode & S_IFREG) == 0) { in get_macho_uuid()
H A Dproc_info.c1414 T_EXPECT_EQ_INT(((preginfo_path.prp_vip.vip_vi.vi_stat.vst_mode & S_IFMT) ^ S_IFREG), 0,
1506 T_EXPECT_EQ_UINT(((preginfo_path.prp_vip.vip_vi.vi_stat.vst_mode & S_IFMT) ^ S_IFREG), 0,
/xnu-11215.81.4/SETUP/setsegname/
H A Dsetsegname.c73 if (0 == (stat_buf.st_mode & S_IFREG)) { in readFile()
/xnu-11215.81.4/bsd/sys/
H A Dstat.h414 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) /* regular file */
/xnu-11215.81.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c134 if (0 == (stat_buf.st_mode & S_IFREG)) { in readFile()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c1533 mode |= S_IFREG; in vn_stat_noauth()
H A Dvfs_attrlist.c2945 vap->va_mode |= S_IFREG; in vfs_attr_pack_internal()
H A Dvfs_subr.c176 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK,