Searched refs:strtoull_l (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | strtoull.c | 50 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoull_l() function 133 return strtoull_l(nptr, endptr, base, __get_locale()); in strtoull()
|
H A D | Symbol.map | 93 strtoull_l;
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | musl.h | 27 inline _LIBCPP_HIDE_FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int… in strtoull_l() function
|
H A D | ibm.h | 77 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t locale) { in strtoull_l() function
|
H A D | win32.h | 190 #define strtoull_l _strtoui64_l macro
|
/freebsd/include/xlocale/ |
H A D | _stdlib.h | 51 unsigned long long strtoull_l(const char *, char **, int, locale_t);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 196 strtoull_l U
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3025 fun:strtoull_l=uninstrumented
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 762 …unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIB…
|