Home
last modified time | relevance | path

Searched refs:S_IFMT (Results 101 – 108 of 108) sorted by relevance

12345

/original-bsd/old/more/
H A Dmore.c353 if ((stbuf.st_mode & S_IFMT) == S_IFDIR) {
/original-bsd/usr.bin/ftp/
H A Dftp.c482 (st.st_mode&S_IFMT) != S_IFREG) {
/original-bsd/sys/kern/
H A Dvfs_subr.c45 S_IFSOCK, S_IFIFO, S_IFMT,
/original-bsd/sys/news3400/iodev/
H A Dsd.c995 if ((fmt & S_IFMT) == S_IFBLK)
1344 if ((fmt & S_IFMT) == S_IFBLK)
/original-bsd/contrib/emacs-18.57/src/
H A Dfileio.c1416 return (st.st_mode & S_IFMT) == S_IFDIR ? Qt : Qnil;
H A Dsysdep.c2470 || (sbuf.st_mode & S_IFMT) != S_IFDIR
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c1285 if ((sb->st_mode & S_IFMT) == S_IFCHR) {
/original-bsd/contrib/gcc-2.3.3/
H A Dcccp.c145 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)

12345