Searched refs:_parse_integer_fixup_radix (Results 1 – 5 of 5) sorted by relevance
6 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
26 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() function101 s = _parse_integer_fixup_radix(s, &base); in _kstrtoull()
85 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
240 cp = _parse_integer_fixup_radix(cp, &base); in strtoul_lenient()
486 cur_buf = _parse_integer_fixup_radix(cur_buf, &base); in __bpf_strtoull()