TOUPPER           277 lib/strftime.c #  define TOUPPER(Ch, L) __towupper_l (Ch, L)
TOUPPER           280 lib/strftime.c #  define TOUPPER(Ch, L) towupper (Ch)
TOUPPER           285 lib/strftime.c #  define TOUPPER(Ch, L) __toupper_l (Ch, L)
TOUPPER           288 lib/strftime.c #  define TOUPPER(Ch, L) toupper (Ch)
TOUPPER           198 lib/strtol.c   #  define TOUPPER(Ch) __towupper_l ((Ch), loc)
TOUPPER           202 lib/strtol.c   #  define TOUPPER(Ch) towupper (Ch)
TOUPPER           211 lib/strtol.c   #  define TOUPPER(Ch) __toupper_l ((Ch), loc)
TOUPPER           215 lib/strtol.c   #  define TOUPPER(Ch) toupper (Ch)