Searched refs:smb_isupper (Results 1 – 3 of 3) sorted by relevance
37 #define smb_isalpha(c) (smb_islower(c) || smb_isupper(c))117 int smb_isupper(int);
138 smb_isupper(int c) in smb_isupper() function258 if (smb_isascii(*p) && smb_isupper(*p)) in smb_isstrlwr()267 if (smb_isupper(c)) in smb_isstrlwr()
218 smb_isupper;