Home
last modified time | relevance | path

Searched refs:_parse_integer_fixup_radix (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/
H A Dstrto.c17 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() function
39 cp = _parse_integer_fixup_radix(cp, &base); in simple_strtoul()
132 cp = _parse_integer_fixup_radix(cp, &base); in simple_strtoull()
/openbmc/linux/lib/
H A Dkstrtox.h6 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
H A Dkstrtox.c26 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() function
101 s = _parse_integer_fixup_radix(s, &base); in _kstrtoull()
H A Dvsprintf.c70 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
/openbmc/linux/arch/x86/boot/
H A Dstring.c232 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() function
300 s = _parse_integer_fixup_radix(s, &base); in _kstrtoull()
/openbmc/linux/kernel/
H A Dsysctl.c310 cp = _parse_integer_fixup_radix(cp, &base); in strtoul_lenient()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c481 cur_buf = _parse_integer_fixup_radix(cur_buf, &base); in __bpf_strtoull()