Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/
H A Dutils.c297 int parse_ulong(const char *buffer, size_t count, unsigned long *result, int base) in parse_ulong() function
327 return parse_ulong(buffer, sizeof(buffer), result, base); in read_ulong()
/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h51 int parse_ulong(const char *buffer, size_t count, unsigned long *result, int base);
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr_test.c198 err = parse_ulong(argv[1], strlen(argv[1]), &which, 10); in main()