Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h112 # define S_IFCHR __S_IFCHR
132 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h235 #define __S_IFCHR 0020000 /* Character device. */ macro