Home
last modified time | relevance | path

Searched refs:isxdigit (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dstrto.c21 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()
H A Duuid.c72 valid = isxdigit(uuid[i]); in uuid_str_valid()
/rk3399_rockchip-uboot/tools/
H A Dgen_ethaddr_crc.c34 if (isxdigit(nibble[0])) { in process_mac()
/rk3399_rockchip-uboot/board/keymile/common/
H A Dcommon.c274 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
290 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
/rk3399_rockchip-uboot/include/linux/
H A Dctype.h32 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) macro
/rk3399_rockchip-uboot/env/
H A Dflags.c182 if (hex && !isxdigit(*value)) in skip_num()
/rk3399_rockchip-uboot/cmd/
H A Dfdt.c815 if (!isxdigit(*newp)) in fdt_parse_prop()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c606 if (!isxdigit(ch)) in sym_string_valid()
H A Dexpr.c913 return !errno && !*tail && tail > str && isxdigit(tail[-1]) in expr_parse_string()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c900 if (unitname[0] == '0' && isxdigit(unitname[1])) in check_unit_address_format()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c1982 if (likely(isxdigit(c))) in nibble()