Searched refs:parse_bounded_int (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 212 static int parse_bounded_int(const char *buffer, size_t count, intmax_t *result, in parse_bounded_int() function 262 return parse_bounded_int(buffer, count, result, base, INTMAX_MIN, INTMAX_MAX); in parse_intmax() 273 int err = parse_bounded_int(buffer, count, &parsed, base, INT_MIN, INT_MAX); in parse_int() 291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
|