Searched defs:S_ISCHR (Results 1 – 6 of 6) sorted by relevance
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro62 # define S_ISCHR(m) 0 macro
270 #define S_ISCHR(m) ((m & 0170000) == 0020000) /* char special */ macro
244 # define S_ISCHR(a) (((a) & S_IFMT) == S_IFCHR) macro
116 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) macro
283 #define S_ISCHR(m) (((m) & 0170000) == 0020000) /* char special */ macro
359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR) macro