Searched refs:smb_islower (Results 1 – 3 of 3) sorted by relevance
37 #define smb_isalpha(c) (smb_islower(c) || smb_isupper(c))118 int smb_islower(int);
151 smb_islower(int c) in smb_islower() function289 if (smb_isascii(*p) && smb_islower(*p)) in smb_isstrupr()298 if (smb_islower(c)) in smb_isstrupr()
217 smb_islower;