Searched refs:isxdigit (Results 1 – 11 of 11) sorted by relevance
21 if (tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()41 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp) in simple_strtoul()138 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp - '0' in simple_strtoull()
72 valid = isxdigit(uuid[i]); in uuid_str_valid()
34 if (isxdigit(nibble[0])) { in process_mac()
274 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()290 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
32 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
182 if (hex && !isxdigit(*value)) in skip_num()
815 if (!isxdigit(*newp)) in fdt_parse_prop()
606 if (!isxdigit(ch)) in sym_string_valid()
913 return !errno && !*tail && tail > str && isxdigit(tail[-1]) in expr_parse_string()
900 if (unitname[0] == '0' && isxdigit(unitname[1])) in check_unit_address_format()
1982 if (likely(isxdigit(c))) in nibble()