Home
last modified time | relevance | path

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

/linux/lib/
H A Dkstrtox.h8 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
H A Dvsprintf.c86 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
/linux/arch/x86/boot/
H A Dstring.c231 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() function
302 s = _parse_integer_fixup_radix(s, &base); in _kstrtoull()
/linux/kernel/
H A Dsysctl.c243 cp = _parse_integer_fixup_radix(cp, &base); in strtoul_lenient()
/linux/kernel/bpf/
H A Dhelpers.c486 cur_buf = _parse_integer_fixup_radix(cur_buf, &base); in __bpf_strtoull()