Searched refs:toupper (Results 1 – 4 of 4) sorted by relevance
49 static char toupper(char c);61 static char toupper(char c) in toupper() function76 if (toupper(s1[i]) != toupper(s2[i])) in compare_strings()
154 c = toupper( (int)(*cPtr) ); in TCStrToUpper()
328 static char toupper(char c) in toupper() function344 if (toupper(s1[i]) != toupper(s2[i])) in compare_strings()
255 answer = toupper(getchar()); in verifyWriteOverInputData()