Searched refs:TOUPPER (Results 1 – 5 of 5) sorted by relevance
225 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) macro228 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) macro
144 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
445 cmd[i] = TOUPPER(c);881 cmd[0] = TOUPPER(c);885 cmd[1] = TOUPPER(c);889 cmd[2] = TOUPPER(c);893 cmd[3] = TOUPPER(c);
1700 #define TOUPPER(x) toupper((u_char)(x)) macro
5156 || toupper (i) != TOUPPER (i))