Searched refs:strtoumax (Results 1 – 3 of 3) sorted by relevance
| /linux/samples/bpf/ |
| A D | test_cgrp2_sock.c | 225 idx = strtoumax(optarg, NULL, 0); in main() 233 mark = strtoumax(optarg, NULL, 0); in main() 236 prio = strtoumax(optarg, NULL, 0); in main()
|
| /linux/tools/include/nolibc/ |
| A D | stdlib.h | 545 uintmax_t strtoumax(const char *nptr, char **endptr, int base) in strtoumax() function
|
| /linux/tools/testing/selftests/powerpc/ |
| A D | utils.c | 243 *result = strtoumax(buffer, &end, base); in parse_bounded_uint()
|
Completed in 12 milliseconds