Searched refs:TOLOWER (Results 1 – 4 of 4) sorted by relevance
63 #define TOLOWER(x) ((x) | 0x20) macro68 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()91 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()97 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
49 #define TOLOWER(x) ((x) | 0x20) macro54 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()78 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()84 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
100 #define TOLOWER(x) ((x) | 0x20) macro105 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()127 if (base == 16 && cp[0] == '0' && TOLOWER(cp[1]) == 'x') in simple_strtoull()133 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
472 #define TOLOWER(x) ((x) | 0x20) macro513 switch (TOLOWER(*p)) { in usb_stor_adjust_quirks()