Home
last modified time | relevance | path

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

/linux/lib/
A Dkstrtox.h6 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
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()
A Dvsprintf.c71 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
/linux/arch/x86/boot/
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()
/linux/kernel/
A Dsysctl.c310 cp = _parse_integer_fixup_radix(cp, &base); in strtoul_lenient()
/linux/kernel/bpf/
A Dhelpers.c483 cur_buf = _parse_integer_fixup_radix(cur_buf, &base); in __bpf_strtoull()

Completed in 21 milliseconds