Searched refs:_S_IFCHR (Results 1 – 6 of 6) sorted by relevance
47 # define S_IFCHR _S_IFCHR
92 # undef _S_IFCHR101 # define _S_IFCHR 0x2000 macro117 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR)
64 # define S_IFCHR _S_IFCHR
359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR)
1386 # define S_IFCHR _S_IFCHR
24260 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource()