/third_party/node/deps/uvwasi/src/ |
D | uv_mapping.c | 16 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/third_party/musl/include/sys/ |
D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/third_party/openssl/apps/lib/ |
D | opt.c | 1179 # 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/ |
D | opt.c | 1184 # 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/ |
D | stat.py | 50 def S_ISDIR(mode): function
|
/third_party/openssl/crypto/conf/ |
D | conf_def.c | 36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
D | conf_def.c | 36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/third_party/libcoap/examples/ |
D | coap-rd.c | 34 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
D | oscore-interop-server.c | 30 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
D | coap-client.c | 28 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
D | coap-server.c | 28 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/third_party/python/Include/ |
D | pyport.h | 264 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
/third_party/openssl/providers/implementations/storemgmt/ |
D | file_store.c | 41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
D | file_store.c | 41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/third_party/curl/lib/ |
D | curl_setup.h | 763 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 191 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/third_party/openssl/ssl/ |
D | ssl_cert.c | 33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | ssl_cert.c | 33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_loader_attic.c | 49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
|
/third_party/openssl/engines/ |
D | e_loader_attic.c | 49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
|