S_ISBLK 1457 file.c # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) S_ISBLK 1459 file.c # define S_ISBLK(m) (0) /* anytime false */