S_IFCHR
#define S_IFCHR 0020000 /* character special */
# define S_IFCHR _S_IFCHR
#define S_IFCHR 0x2000 /* character special */