Home
last modified time | relevance | path

Searched defs:S_IFMT (Results 1 – 9 of 9) sorted by relevance

/external/expat/xmlwf/
Dreadfilemap.c60 # define S_IFMT _S_IFMT macro
/external/syslinux/com32/include/sys/
Dstat.h12 #define S_IFMT 00170000 macro
/external/python/cpython2/Lib/
Dstat.py24 def S_IFMT(mode): function
/external/python/cpython3/Lib/
Dstat.py27 def S_IFMT(mode): function
/external/kernel-headers/original/uapi/linux/
Dstat.h9 #define S_IFMT 00170000 macro
/external/python/cpython3/Include/
Dpyport.h234 #define S_IFMT 0170000 macro
/external/python/cpython2/Include/
Dpyport.h397 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG) macro
/external/syslinux/core/fs/xfs/
Dxfs.h119 #define S_IFMT 00170000 macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py570 S_IFMT = 00170000 variable