Searched refs:_parse_integer_fixup_radix (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | strto.c | 17 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 D | kstrtox.h | 6 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
|
H A D | kstrtox.c | 26 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 D | vsprintf.c | 70 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
|
/openbmc/linux/arch/x86/boot/ |
H A D | string.c | 232 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 D | sysctl.c | 310 cp = _parse_integer_fixup_radix(cp, &base); in strtoul_lenient()
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 481 cur_buf = _parse_integer_fixup_radix(cur_buf, &base); in __bpf_strtoull()
|