Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c20 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/third_party/curl/src/
H A 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_iccarm/kernel/include/sys/
H A Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/python/Include/
H A Dpyport.h269 #define S_ISCHR(x) (((x) & S_IFMT) == S_IFCHR) macro
/third_party/python/Lib/
H A Dstat.py54 def S_ISCHR(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/libwebsockets/win32port/dirent/
H A Ddirent-win32.h203 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/third_party/musl/include/sys/
H A Dstat.h52 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro

Completed in 8 milliseconds