S_IFBLK
#define S_IFBLK 0060000 /* block special */
# define S_IFBLK _S_IFBLK
#define S_IFBLK 0x6000 /* block special */