Searched refs:S_IFCHR (Results 1 – 1 of 1) sorted by relevance
15 #define S_IFCHR 0020000 macro24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)