Home
last modified time | relevance | path

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

/external/libgsm/inc/
Dtoast.h47 #define S_ISREG(x) ((x) & S_IFREG) macro
/external/expat/expat/xmlwf/
Dreadfilemap.c70 # define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) macro
/external/bcc/libbpf-tools/
Dstat.h20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cli/
Dxsum_config.h94 # define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/external/python/cpython2/Lib/
Dstat.py49 def S_ISREG(mode): function
/external/musl/include/sys/
Dstat.h47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/ImageMagick/MagickWand/
Dstudio.h195 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/python/cpython3/Lib/
Dstat.py62 def S_ISREG(mode): function
/external/mtools/
Dsysincludes.h622 #define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG)) macro
/external/ImageMagick/MagickCore/
Dstudio.h205 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/kernel-headers/original/uapi/linux/
Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/python/cpython3/Include/
Dpyport.h260 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/external/curl/lib/
Dcurl_setup.h749 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/python/cpython2/Include/
Dpyport.h401 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Dposix_compat.h114 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
/external/libwebsockets/win32port/dirent/
Ddirent-win32.h194 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py583 def S_ISREG(m): return (((m) & S_IFMT) == S_IFREG) function
/external/sqlite/dist/orig/
Dshell.c1089 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/sqlite/dist/
Dshell.c1094 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro