Searched refs:strtoll_l (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | strtoll.c | 50 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 D | atoll.c | 49 return strtoll_l(str, (char **)NULL, 10, locale); in atoll_l()
|
H A D | Symbol.map | 91 strtoll_l;
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | musl.h | 23 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, l… in strtoll_l() function
|
H A D | ibm.h | 56 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, l… in strtoll_l() function
|
H A D | win32.h | 189 #define strtoll_l _strtoi64_l macro
|
/freebsd/include/xlocale/ |
H A D | _stdlib.h | 49 long long strtoll_l(const char *, char **, int, locale_t);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 194 strtoll_l U
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3020 fun:strtoll_l=uninstrumented
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 730 …long long __ll = strtoll_l(__a, &__p2, __base, _LIBC…
|