Home
last modified time | relevance | path

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

/external/libgsm/inc/
Dtoast.h43 #define S_ISREG(x) ((x) & S_IFREG) macro
/external/kernel-headers/original/uapi/linux/
Dstat.h20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/syslinux/com32/include/sys/
Dstat.h24 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/python/cpython2/Lib/
Dstat.py49 def S_ISREG(mode): function
/external/ImageMagick/MagickWand/
Dstudio.h199 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/ImageMagick/MagickCore/
Dstudio.h198 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/bison/linux-lib/sys/
Dstat.h487 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
489 # define S_ISREG(m) 0 macro
/external/curl/lib/
Dcurl_setup.h680 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/bison/darwin-lib/sys/
Dstat.h487 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
489 # define S_ISREG(m) 0 macro
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c36 #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/openssh/
Ddefines.h164 # 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