Searched refs:S_IFBLK (Results 1 – 1 of 1) sorted by relevance
13 #define S_IFBLK 0060000 macro25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)