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

  /src/lib/libc/locale/
wcstoull.c 1 /* $NetBSD: wcstoull.c,v 1.3 2007/03/10 00:12:23 hubertf Exp $ */
31 __RCSID("$NetBSD: wcstoull.c,v 1.3 2007/03/10 00:12:23 hubertf Exp $");
43 #define _FUNCNAME wcstoull
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/external/apache2/llvm/dist/libcxx/include/__support/musl/
xlocale.h 45 return wcstoull(nptr, endptr, base);
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__strtonum_fallback.h 54 return ::wcstoull(nptr, endptr, base);
  /src/external/mit/expat/dist/xmlwf/
xmltchar.h 59 # define tcstoull wcstoull
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wchar.h 109 using std::wcstoull;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wchar.h 109 using std::wcstoull;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 88 # define strtol wcstoull
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 88 # define strtol wcstoull
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wchar_.d 213 ulong wcstoull(const scope wchar_t* nptr, wchar_t** endptr, int base);
  /src/external/gpl2/diffutils/dist/lib/
strtol.c 103 # define strtol wcstoull
  /src/external/gpl2/grep/dist/lib/
strtol.c 107 # define strtol wcstoull
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 96 # define strtol wcstoull
  /src/include/
wchar.h 169 unsigned long long int wcstoull(const wchar_t * __restrict,
  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 176 return as_integer_helper<unsigned long long>( func, s, idx, base, wcstoull );
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 456 INTERCEPTORS_STRTO_BASE(unsigned long long, wcstoull, wchar_t) // NOLINT
1634 INTERCEPT_STRTO(wcstoull);
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 837 {"wcstoull", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 837 {"wcstoull", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2819 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2822 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4453 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 4147 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1832 TEST_STRTO_INT(wcstoull, wchar_t, L)
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17943 using ::wcstoull;
19099 using ::wcstoull;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17758 using ::wcstoull;
18434 using ::wcstoull;
    [all...]

Completed in 59 milliseconds