Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h46 int parse_intmax(const char *buffer, size_t count, intmax_t *result, int base);
/linux/tools/testing/selftests/powerpc/
H A Dutils.c260 int parse_intmax(const char *buffer, size_t count, intmax_t *result, int base) in parse_intmax() function