Searched refs:toupper (Results 1 – 5 of 5) sorted by relevance
66 if (XOR (islower (c), ISLOWER (c)) || toupper (c) != TOUPPER (c)) in main()79 print_char(toupper(c)); in main()89 if (toupper (EOF) != EOF) in main()92 printf (" toupper BOGUS %d;", toupper (EOF)); in main()
51 toupper (int c) in libc_hidden_def()55 libc_hidden_def (toupper)
12 toascii; tolower; toupper;
66 const __int32_t *__ctype_toupper = b (__int32_t, toupper, 128);68 const __uint32_t *__ctype32_toupper = b (__uint32_t, toupper, 128);
125 extern int toupper (int __c) __THROW;213 __NTH (toupper (int __c)) in __NTH()221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
Completed in 9 milliseconds