Home
last modified time | relevance | path

Searched defs:S_ISCHR (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h292 #define S_ISCHR(m) ((m & 0170000) == 0020000) /* char special */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h445 #define S_ISCHR(mode) (((mode)&0xF000) == 0x2000) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h590 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h238 #define S_ISCHR(m) (((m) & 0170000) == 0020000) /* char special */ macro