Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcheck_mtu.c32 value = strtoimax(buf, NULL, 10); in read_mtu_device_lo()
/linux/tools/include/nolibc/
H A Dstdlib.h539 intmax_t strtoimax(const char *nptr, char **endptr, int base) in strtoimax() function
/linux/tools/testing/selftests/powerpc/
H A Dutils.c219 *result = strtoimax(buffer, &end, base); in parse_bounded_int()