_S_IFREG
? _S_IFLNK : _S_IFREG);
#define S_IFREG _S_IFREG
#define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) /* regular file */