Searched refs:wcstoul (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libc/locale/
H A Dwcstoul.c125 wcstoul(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) function
H A DMakefile.inc22 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.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.h82 using std::wcstoul;
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h41 #define STRTOUL wcstoul
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h131 #undef wcstoul macro
198 using ::wcstoul;
/freebsd-11-stable/include/
H A Dwchar.h168 wcstoul(const wchar_t * __restrict, wchar_t ** __restrict, int);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp155 return as_integer_helper<unsigned long>( func, s, idx, base, wcstoul );
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp454 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t)
1652 INTERCEPT_STRTO(wcstoul);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7095 using ::wcstoul;
[all...]

Completed in 298 milliseconds