Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/include/sys/
Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/mingw-w64/mingw-w64-headers/crt/sys/
Dstat.h168 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/third_party/python/Lib/
Dstat.py58 def S_ISBLK(mode): function
/third_party/python/Modules/
D_stat.c92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyportenv.h256 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dstat.h26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro