Searched defs:S_ISBLK (Results 1 – 5 of 5) sorted by relevance
46 def S_ISBLK(mode): function
92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
58 def S_ISBLK(mode): function
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
589 def S_ISBLK(m): return (((m) & S_IFMT) == S_IFBLK) function