Searched refs:S_IFCHR (Results 1 – 3 of 3) sorted by relevance
13 #define S_IFCHR 0020000 macro22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
76 #define S_IFCHR _IFCHR macro
112 # define S_IFCHR __S_IFCHR macro