Home
last modified time | relevance | path

Searched defs:S_ISREG (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/openssl/openssl/fuzz/
H A Dtest-corpus.c34 # define S_ISREG(m) ((m) & S_IFREG) macro
/third_party/openssl/fuzz/
H A Dtest-corpus.c34 # define S_ISREG(m) ((m) & S_IFREG) macro
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dreadfilemap.c70 # define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) macro
/third_party/libsnd/src/
H A Dsf_unistd.h103 #define S_ISREG(mode) (((mode) & _S_IFREG) == _S_IFREG) macro
/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c12 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drandfile.c57 # define S_ISREG(m) ((m) & S_IFREG) macro
/third_party/openssl/crypto/rand/
H A Drandfile.c58 # define S_ISREG(m) ((m) & S_IFREG) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/third_party/python/Include/
H A Dpyport.h261 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/third_party/python/Lib/
H A Dstat.py62 def S_ISREG(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.h194 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/third_party/musl/include/sys/
H A Dstat.h54 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/third_party/curl/lib/
H A Dcurl_setup.h758 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/third_party/sqlite/src/
H A Dshell.c1110 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro

Completed in 43 milliseconds