Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c16 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A Dfile_store.c41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/python/Include/
H A Dpyport.h265 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/third_party/python/Lib/
H A Dstat.py50 def S_ISDIR(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/openssl/providers/implementations/storemgmt/
H A Dfile_store.c41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/libcoap/examples/
H A Doscore-interop-server.c30 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dcoap-rd.c34 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dcoap-client.c28 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h191 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/musl/include/sys/
H A Dstat.h51 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/apps/lib/
H A 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/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/openssl/apps/lib/
H A 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/openssl/crypto/conf/
H A Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/openssl/ssl/
H A Dssl_cert.c33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/third_party/curl/lib/
H A Dcurl_setup.h763 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/third_party/node/src/
H A Dnode_file.cc77 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro

Completed in 29 milliseconds

12