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

/freebsd-13-stable/lib/libc/locale/
H A Dwcstoll.c135 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-13-stable/include/
H A Dwchar.h203 wcstoll(const wchar_t * __restrict, wchar_t ** __restrict, int);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp168 return as_integer_helper<long long>( func, s, idx, base, wcstoll );
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp453 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t)
1644 INTERCEPT_STRTO(wcstoll);

Completed in 76 milliseconds