Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/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/python/Modules/
D_stat.c92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/python/Lib/
Dstat.py58 def S_ISBLK(mode): function
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h206 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro