Searched refs:S_IFMT (Results 101 - 125 of 148) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/lib/librumpuser/
H A Drumpuser.c92 switch (sb.st_mode & S_IFMT) {
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dutil.c205 s = sb.st_mode & S_IFMT;
/netbsd-6-1-5-RELEASE/sys/fs/efs/
H A Defs_vfsops.c425 switch (eip->ei_mode & S_IFMT) {
H A Defs_subr.c356 KASSERT((ei->ei_mode & S_IFMT) == S_IFDIR);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dvnode.h317 #define IFTOVT(mode) (iftovt_tab[((mode) & S_IFMT) >> 12])
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/osd/
H A Dosdfs.c326 switch (inode->i_mode & S_IFMT) {
592 switch (inode->i_mode & S_IFMT) {
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dcmds.c736 switch (fe->stat->st_mode & S_IFMT) {
769 cprintf(fd, "OS.unix=UNKNOWN(0%o)", fe->stat->st_mode & S_IFMT);
/netbsd-6-1-5-RELEASE/lib/libintl/
H A Dgettext.c244 if ((st.st_mode & S_IFMT) != S_IFREG)
499 if ((st.st_mode & S_IFMT) != S_IFREG || st.st_size > GETTEXT_MMAP_MAX)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h288 #define S_ISSOCK(mode) (((mode) & (S_IFMT)) == (S_IFSOCK))
1189 #define S_ISSOCK(mode) (((mode) & (S_IFMT)) == (C_ISSOCK))
/netbsd-6-1-5-RELEASE/usr.bin/stat/
H A Dstat.c867 switch (st->st_mode & S_IFMT) {
889 switch (st->st_mode & S_IFMT) {
/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c508 type = ip->i_mode & S_IFMT;
542 type = dip.e2di_mode & S_IFMT;
/netbsd-6-1-5-RELEASE/bin/rcp/
H A Drcp.c343 switch (stb.st_mode & S_IFMT) {
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dutils.c880 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c396 (stmodes.st_mode & S_IFMT) != S_IFLNK) {
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h1293 # undef S_IFMT macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dxutil.c1072 (stb.st_mode & S_IFMT) == S_IFDIR ? 0 : error_so_far;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dwrite-csharp.c38 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Ddocmd.c461 switch (stb.st_mode & S_IFMT) {
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dlex.c189 switch (stb.st_mode & S_IFMT) {
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dffs.c871 ino, din, isfile, inode_type(DIP(din, mode) & S_IFMT),
938 inode_type(DIP(din, mode) & S_IFMT),
H A Dcd9660.c1946 to->node->inode->st.st_mode = to->node->inode->st.st_mode & ~(S_IFMT);
2008 tfsnode->type &= ~(S_IFMT);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dupdate.c2862 if ((rev1_mode & S_IFMT) != (rev2_mode & S_IFMT))
H A Dimport.c1152 file_type = sb.st_mode & S_IFMT;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dscp.c744 switch (stb.st_mode & S_IFMT) {
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c58 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)

Completed in 332 milliseconds

123456