Searched defs:ch_toupper (Results 1 – 2 of 2) sorted by relevance
47 ch_toupper(char ch) in ch_toupper() function
1184 ch_toupper(char ch) { return (char)toupper((unsigned char)ch); } in ch_toupper() function