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