Searched refs:wcstoul (Results 1 – 14 of 14) 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 | wcstoul.c | 134 wcstoul(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstoul() function
|
H A D | Symbol.map | 88 wcstoul;
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 39 #define STRTOUL wcstoul
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 60 using ::wcstoul _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 60 using std::wcstoul _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 60 unsigned long wcstoul(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 157 using ::wcstoul _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 175 wcstoul(const wchar_t * __restrict, wchar_t ** __restrict, int);
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 136 return as_integer_helper<unsigned long>(func, s, idx, base, wcstoul); in as_integer()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 516 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t) in INTERCEPTORS_STRTO() 1826 INTERCEPT_STRTO(wcstoul); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 921 SYMBOL(wcstoul, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3200 SYMBOL(wcstoul, std::, <cwchar>) 3201 SYMBOL(wcstoul, None, <cwchar>) 3202 SYMBOL(wcstoul, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3283 fun:wcstoul=uninstrumented
|