Searched refs:strtoumax (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/
H A Dinttypes.h55 uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
/barrelfish-master/lib/libc/stdlib/
H A DMakefile.inc17 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
52 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
H A Dstrtoumax.c128 strtoumax(const char * __restrict nptr, char ** __restrict endptr, int base) function
/barrelfish-master/lib/bfdmuxtools/
H A Dcodegen.c276 uintmax_t val = strtoumax(expr + from_pos, &endptr, 0);

Completed in 45 milliseconds