Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dstrtoull.c127 _strtoull_l (const char *__restrict nptr, in _strtoull_l() function
192 return _strtoull_l (s, ptr, base, loc); in strtoull_l()
200 return _strtoull_l (s, ptr, base, __get_current_locale ()); in strtoull()