_S_IFCHR
sb->st_mode = 0600 | _S_IFCHR;
#define S_IFCHR _S_IFCHR
#define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) /* char special */