Home
last modified time | relevance | path

Searched refs:strtoumax_weak (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtol.c46 uintmax_t strtoumax_weak(const char *restrict s, char **restrict p, int base) in strtoumax_weak() function
57 weak_alias(strtoumax_weak, strtoumax);
/third_party/musl/src/stdlib/
H A Dstrtol.c55 uintmax_t strtoumax_weak(const char *restrict s, char **restrict p, int base) in strtoumax_weak() function
72 weak_alias(strtoumax_weak, strtoumax);

Completed in 1 milliseconds