Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/powerpc/
Dutils.c236 static int parse_bounded_uint(const char *buffer, size_t count, uintmax_t *result, in parse_bounded_uint() function
267 return parse_bounded_uint(buffer, count, result, base, UINTMAX_MAX); in parse_uintmax()
282 int err = parse_bounded_uint(buffer, count, &parsed, base, UINT_MAX); in parse_uint()
300 int err = parse_bounded_uint(buffer, count, &parsed, base, ULONG_MAX); in parse_ulong()