Searched refs:S_ISBLK (Results 1 – 2 of 2) sorted by relevance
53 #undef S_ISBLK54 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
78 return S_ISREG(mode) || S_ISBLK(mode) || S_ISCHR(mode); in should_pull_file()