S_IFMT 118 daemons/based/based_io.c switch (s.st_mode & S_IFMT) { S_IFMT 157 maint/gnulib/lib/sys_stat.in.h #ifndef S_IFMT S_IFMT 177 maint/gnulib/lib/sys_stat.in.h # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) S_IFMT 185 maint/gnulib/lib/sys_stat.in.h # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) S_IFMT 193 maint/gnulib/lib/sys_stat.in.h # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) S_IFMT 205 maint/gnulib/lib/sys_stat.in.h # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) S_IFMT 213 maint/gnulib/lib/sys_stat.in.h # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) S_IFMT 221 maint/gnulib/lib/sys_stat.in.h # define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB) S_IFMT 222 maint/gnulib/lib/sys_stat.in.h # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) S_IFMT 235 maint/gnulib/lib/sys_stat.in.h # define S_ISNAM(m) (((m) & S_IFMT) == S_IFNAM) S_IFMT 243 maint/gnulib/lib/sys_stat.in.h # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) S_IFMT 255 maint/gnulib/lib/sys_stat.in.h # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) S_IFMT 263 maint/gnulib/lib/sys_stat.in.h # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) S_IFMT 34 maint/gnulib/tests/test-execute-child.c return _fstat (fd, &st) >= 0 && !((st.st_mode & S_IFMT) == S_IFREG); S_IFMT 28 maint/gnulib/tests/test-sys_stat.c S_IFMT,