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

/openbsd-current/lib/libc/locale/
H A Dwcstoul.c1 /* $OpenBSD: wcstoul.c,v 1.2 2005/08/08 08:05:35 espie Exp $ */
2 /* $NetBSD: wcstoul.c,v 1.2 2003/03/11 09:21:24 tshiozak Exp $ */
13 #define FUNCNAME wcstoul
H A DMakefile.inc15 wcstoul.c wcstoll.c wcstoull.c wcstoimax.c wcstoumax.c \
/openbsd-current/lib/libc/hidden/
H A Dwchar.h80 PROTO_NORMAL(wcstoul); variable
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwchar.h82 using std::wcstoul;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwchar.h74 using std::wcstoul;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h131 #undef wcstoul macro
198 using ::wcstoul;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h121 #undef wcstoul macro
179 using ::wcstoul;
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h160 "wcstoul",
/openbsd-current/include/
H A Dwchar.h159 unsigned long int wcstoul(const wchar_t * __restrict, wchar_t ** __restrict,
/openbsd-current/gnu/llvm/libcxx/src/
H A Dstring.cpp155 return as_integer_helper<unsigned long>(func, s, idx, base, wcstoul);
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp462 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t)
1720 INTERCEPT_STRTO(wcstoul);
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure4881 wcstoul wcscpy wcsncpy wcscat wcsncat wcscmp wcscoll wcsncmp wcsxfrm \
6020 wcstoul wcscpy wcsncpy wcscat wcsncat wcscmp wcscoll wcsncmp wcsxfrm \
7000 wcstoul wcscpy wcsncpy wcscat wcsncat wcscmp wcscoll wcsncmp wcsxfrm \
7990 wcstoul wcscpy wcsncpy wcscat wcsncat wcscmp wcscoll wcsncmp wcsxfrm \
8994 wcstoul wcscpy wcsncpy wcscat wcsncat wcscmp wcscoll wcsncmp wcsxfrm \
9889 wcstoul wcscpy wcsncpy wcscat wcsncat wcscmp wcscoll wcsncmp wcsxfrm \
22346 wcstoul wcscpy wcsncpy wcscat wcsncat wcscmp wcscoll wcsncmp wcsxfrm \
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1843 TEST_STRTO_INT(wcstoul, wchar_t, L)

Completed in 282 milliseconds