Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/uvwasi/src/
Duv_mapping.c16 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/include/sys/
Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/openssl/apps/lib/
Dopt.c1179 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
1181 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/apps/lib/
Dopt.c1184 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
1186 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/python/Lib/
Dstat.py50 def S_ISDIR(mode): function
/third_party/openssl/crypto/conf/
Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/crypto/conf/
Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/libcoap/examples/
Dcoap-rd.c34 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
Doscore-interop-server.c30 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
Dcoap-client.c28 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
Dcoap-server.c28 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/third_party/python/Include/
Dpyport.h264 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/third_party/openssl/providers/implementations/storemgmt/
Dfile_store.c41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
Dfile_store.c41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/curl/lib/
Dcurl_setup.h763 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h191 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/openssl/ssl/
Dssl_cert.c33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/ssl/
Dssl_cert.c33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/engines/
De_loader_attic.c49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
/third_party/openssl/engines/
De_loader_attic.c49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro

12