Home
last modified time | relevance | path

Searched defs:S_ISBLK (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dsys-stat-macros.h29 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h119 # define S_ISBLK( global() macro