Searched refs:wcstoll (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h243 #undef wcstoll macro
257 (wcstoll)(const wchar_t * restrict, wchar_t ** restrict, int);
262 using ::wcstoll;
271 using ::__gnu_cxx::wcstoll;
/freebsd-11-stable/lib/libc/locale/
H A Dwcstoll.c133 wcstoll(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) function
H A DMakefile.inc20 wcstoimax.c wcstol.c wcstold.c wcstoll.c \
87 MLINKS+=wcstol.3 wcstoul.3 wcstol.3 wcstoll.3 wcstol.3 wcstoull.3 \
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h108 using std::wcstoll;
/freebsd-11-stable/include/
H A Dwchar.h201 wcstoll(const wchar_t * __restrict, wchar_t ** __restrict, int);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp163 return as_integer_helper<long long>( func, s, idx, base, wcstoll );
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp453 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t)
1653 INTERCEPT_STRTO(wcstoll);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7682 using ::wcstoll;
[all...]

Completed in 135 milliseconds