Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dsystem.h77 #define strtoumax strtoull macro
/third_party/ulib/musl/src/stdlib/
A Dstrtol.c48 uintmax_t strtoumax(const char* restrict s, char** restrict p, int base) { in strtoumax() function
/third_party/uapp/dash/src/bltin/
A Dprintf.c408 val = sign ? strtoimax(cp, &ep, 0) : strtoumax(cp, &ep, 0); in getuintmax()
/third_party/ulib/musl/include/
A Dinttypes.h18 uintmax_t strtoumax(const char* __restrict, char** __restrict, int);

Completed in 8 milliseconds