Home
last modified time | relevance | path

Searched defs:S_ISCHR (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/uvwasi/src/
Duv_mapping.c20 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/third_party/curl/src/
Dtool_doswin.c52 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
54 # define S_ISCHR(m) (0) /* cannot tell if file is a device */ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/include/sys/
Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/python/Lib/
Dstat.py54 def S_ISCHR(mode): function
/third_party/python/Include/
Dpyport.h268 #define S_ISCHR(x) (((x) & S_IFMT) == S_IFCHR) macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h203 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro