Searched defs:S_ISCHR (Results 1 – 5 of 5) sorted by relevance
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro62 # define S_ISCHR(m) 0 macro
244 # define S_ISCHR(a) (((a) & S_IFMT) == S_IFCHR) macro
116 # define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) macro
282 #define S_ISCHR( global() macro
359 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR) macro