Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dstrtoll.c131 _strtoll_l (const char *__restrict nptr, in _strtoll_l() function
217 return _strtoll_l (s, ptr, base, loc); in strtoll_l()
225 return _strtoll_l (s, ptr, base, __get_current_locale ()); in strtoll()