smb_islower
if (smb_isascii(*p) && smb_islower(*p))
if (smb_islower(c))
int smb_islower(int);
#define smb_isalpha(c) (smb_islower(c) || smb_isupper(c))