HomeSort by: relevance | last modified time | path
    Searched refs:wcstoul (Results 1 - 24 of 24) sorted by relevancy

  /src/lib/libc/locale/
wcstoul.c 1 /* $NetBSD: wcstoul.c,v 1.4 2007/03/10 00:12:23 hubertf Exp $ */
31 __RCSID("$NetBSD: wcstoul.c,v 1.4 2007/03/10 00:12:23 hubertf Exp $");
43 #define _FUNCNAME wcstoul
Makefile.inc 11 wcstol.c wcstoll.c wcstoimax.c wcstoul.c wcstoull.c wcstoumax.c \
70 wcstol.3 wcstoul.3 wcstol.3 wcstoull.3 wcstol.3 wcstoumax.3
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 56 unsigned long wcstoul(const wchar_t *, wchar_t **, int);
  /src/external/bsd/nvi/dist/common/
multibyte.h 46 #define STRTOUL wcstoul
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wchar.h 82 using std::wcstoul;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wchar.h 82 using std::wcstoul;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 90 # define strtol wcstoul
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 90 # define strtol wcstoul
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wchar_.d 211 c_ulong wcstoul(const scope wchar_t* nptr, wchar_t** endptr, int base);
  /src/external/gpl2/diffutils/dist/lib/
strtol.c 105 # define strtol wcstoul
  /src/external/gpl2/grep/dist/lib/
strtol.c 109 # define strtol wcstoul
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 98 # define strtol wcstoul
  /src/include/
wchar.h 153 unsigned long int wcstoul(const wchar_t * __restrict,
  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 160 return as_integer_helper<unsigned long>( func, s, idx, base, wcstoul );
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 455 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t) // NOLINT
1632 INTERCEPT_STRTO(wcstoul);
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 835 {"wcstoul", 89},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 835 {"wcstoul", 89},
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2809 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2812 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4443 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 4137 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1831 TEST_STRTO_INT(wcstoul, wchar_t, L)
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17350 using ::wcstoul;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17165 using ::wcstoul;
    [all...]

Completed in 85 milliseconds