Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h111 #define S_ISCHR(m) (((m)&_IFMT) == _IFCHR) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h132 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) macro