Home
last modified time | relevance | path

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

/linux-6.15/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.c71 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
/linux-6.15/arch/x86/boot/
H A Dstring.c224 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() function
292 s = _parse_integer_fixup_radix(s, &base); in _kstrtoull()
/linux-6.15/kernel/
H A Dsysctl.c288 cp = _parse_integer_fixup_radix(cp, &base); in strtoul_lenient()
/linux-6.15/kernel/bpf/
H A Dhelpers.c483 cur_buf = _parse_integer_fixup_radix(cur_buf, &base); in __bpf_strtoull()