Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h113 # define S_IFBLK __S_IFBLK
133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h236 #define __S_IFBLK 0060000 /* Block device. */ macro