Home
last modified time | relevance | path

Searched defs:S_ISBLK (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/python/Lib/
H A Dstat.py58 def S_ISBLK(mode): function
H A Dpathlib.py13 from stat import S_ISDIR, S_ISLNK, S_ISREG, S_ISSOCK, S_ISBLK, S_ISCHR, S_ISFIFO namespace
/third_party/python/Modules/
H A D_stat.c92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h206 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/third_party/musl/include/sys/
H A Dstat.h53 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro

Completed in 7 milliseconds