Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dstrtoll.c50 strtoll_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoll_l() function
156 return strtoll_l(nptr, endptr, base, __get_locale()); in strtoll()
H A Datoll.c49 return strtoll_l(str, (char **)NULL, 10, locale); in atoll_l()
H A DSymbol.map91 strtoll_l;
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dmusl.h23 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, l… in strtoll_l() function
H A Dibm.h56 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, l… in strtoll_l() function
H A Dwin32.h189 #define strtoll_l _strtoi64_l macro
/freebsd/include/xlocale/
H A D_stdlib.h49 long long strtoll_l(const char *, char **, int, locale_t);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt194 strtoll_l U
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3020 fun:strtoll_l=uninstrumented
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale730 …long long __ll = strtoll_l(__a, &__p2, __base, _LIBC…