Searched refs:_S_IFCHR (Results 1 – 5 of 5) sorted by relevance
47 # define S_IFCHR _S_IFCHR
91 # undef _S_IFCHR100 # define _S_IFCHR 0x2000 macro116 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR)
359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR)
1386 # define S_IFCHR _S_IFCHR
1289 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource()