Home
last modified time | relevance | path

Searched defs:S_ISCHR (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h292 #define S_ISCHR(m) ((m & 0170000) == 0020000) /* char special */ macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h105 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR) macro
/titanic_44/usr/src/uts/common/sys/
H A Dstat.h445 #define S_ISCHR(mode) (((mode)&0xF000) == 0x2000) macro
/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h579 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) macro