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.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.c85 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
/linux/kernel/
H A Dsysctl.c240 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()