Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h110 #define S_ISBLK(m) (((m)&_IFMT) == _IFBLK) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK) macro