Home | History | Annotate | Download | only in vki

Lines Matching defs:VKI_S_ISBLK

1362 #define VKI_S_ISBLK(m)	(((m) & VKI_S_IFMT) == VKI_S_IFBLK)