Home
last modified time | relevance | path

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

/external/libgsm/inc/
Dtoast.h43 #define S_ISREG(x) ((x) & S_IFREG) macro
/external/expat/xmlwf/
Dreadfilemap.c65 # 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.h201 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/python/cpython3/Lib/
Dstat.py58 def S_ISREG(mode): function
/external/ImageMagick/MagickCore/
Dstudio.h203 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/u-boot/fs/yaffs2/
Dyportenv.h255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/kernel-headers/original/uapi/linux/
Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/curl/lib/
Dcurl_setup.h746 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/python/cpython3/Include/
Dpyport.h241 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/external/python/cpython2/Include/
Dpyport.h401 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro
/external/u-boot/include/linux/
Dstat.h23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/openssh/
Ddefines.h164 # define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG)) macro
/external/u-boot/fs/reiserfs/
Dreiserfs_private.h398 #define S_ISREG(mode) (((mode) & 0170000) == 0100000) 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.c1025 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/external/sqlite/dist/
Dshell.c1031 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro