Searched refs:isxdigit (Results 1 – 5 of 5) sorted by relevance
83 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()110 while (isxdigit(*cp)) { in simple_strtoull()
10 static inline int isxdigit(int ch) in isxdigit() function
97 if (TOLOWER(cp[1]) == 'x' && isxdigit(cp[2])) in simple_guess_base()122 while (isxdigit(*cp)) { in simple_strtoull()228 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()
251 if (isxdigit(s[1]) && s[2] == ',') { in prom_finddevice()
261 if (!isxdigit(p[0]) || (p[1] && !isspace(p[1]))) in parse_hexdigit()
Completed in 13 milliseconds