toupper 856 addr2line.c *++p = upper ? toupper(c) : c; toupper 1792 ext/win32ole/win32ole.c *pName = toupper((int)*pName); toupper 3961 win32/win32.c ((isdigit(*(str)) ? *(str) - '0' : toupper(*(str)) - 'A' + 10) << 4 | (isdigit(*((str) + 1)) ? *((str) + 1) - '0' : toupper(*((str) + 1)) - 'A' + 10))