Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 5 of 5) sorted by relevance

/ctype/
A Dtest_ctype.c66 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()
A Dctype.c51 toupper (int c) in libc_hidden_def()
55 libc_hidden_def (toupper)
A DVersions12 toascii; tolower; toupper;
A Dctype-info.c66 const __int32_t *__ctype_toupper = b (__int32_t, toupper, 128);
68 const __uint32_t *__ctype32_toupper = b (__uint32_t, toupper, 128);
A Dctype.h125 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