Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h56 #define _IFCHR 0020000 /* character special */ macro
76 #define S_IFCHR _IFCHR
89 #define _S_IFCHR _IFCHR
111 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR)