TOUPPER 35 ext/date/date_strftime.c *s = TOUPPER(*s);
TOUPPER 4704 process.c switch (TOUPPER(*name)) {
TOUPPER 199 strftime.c if (ISLOWER(*s)) *s = TOUPPER(*s);
TOUPPER 3072 string.c unsigned int c1 = TOUPPER(*p1 & 0xff);
TOUPPER 3073 string.c unsigned int c2 = TOUPPER(*p2 & 0xff);
TOUPPER 3087 string.c c1 = TOUPPER(c1);
TOUPPER 3088 string.c c2 = TOUPPER(c2);