Searched refs:wcstoull (Results 1 – 15 of 15) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | Makefile.inc | 19 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \ 98 MLINKS+=wcstol.3 wcstoul.3 wcstol.3 wcstoll.3 wcstol.3 wcstoull.3 \
|
H A D | wcstoull.c | 134 wcstoull(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoull() function
|
H A D | Symbol.map | 89 wcstoull;
|
/freebsd/contrib/expat/xmlwf/ |
H A D | xmltchar.h | 59 # define tcstoull wcstoull
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 61 using ::wcstoull _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 61 using std::wcstoull _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 61 unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //… 159 using ::wcstoull _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 214 wcstoull(const wchar_t * __restrict, wchar_t ** __restrict, int);
|
/freebsd/usr.bin/sort/ |
H A D | coll.c | 839 kv1->hint->v.nh.n1 = wcstoull(smain1, NULL, 10); in numcoll_impl() 852 kv2->hint->v.nh.n1 = wcstoull(smain2, NULL, 10); in numcoll_impl()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 146 return as_integer_helper<unsigned long long>(func, s, idx, base, wcstoull);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 517 INTERCEPTORS_STRTO_BASE(unsigned long long, wcstoull, wchar_t) in INTERCEPTORS_STRTO() 1828 INTERCEPT_STRTO(wcstoull); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 922 SYMBOL(wcstoull, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3203 SYMBOL(wcstoull, std::, <cwchar>) 3204 SYMBOL(wcstoull, None, <cwchar>) 3205 SYMBOL(wcstoull, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3285 fun:wcstoull=uninstrumented
|