Home
last modified time | relevance | path

Searched refs:_IFCHR (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h64 #define _IFCHR 0020000 /* character special */ macro
83 #define S_IFCHR _IFCHR
105 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)