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

  /src/lib/libc/locale/
wcstoll.c 1 /* $NetBSD: wcstoll.c,v 1.3 2007/03/10 00:12:23 hubertf Exp $ */
31 __RCSID("$NetBSD: wcstoll.c,v 1.3 2007/03/10 00:12:23 hubertf Exp $");
43 #define _FUNCNAME wcstoll
Makefile.inc 11 wcstol.c wcstoll.c wcstoimax.c wcstoul.c wcstoull.c wcstoumax.c \
69 MLINKS+=wcstol.3 wcstoll.3 wcstol.3 wcstoimax.3 \
  /src/external/apache2/llvm/dist/libcxx/include/__support/musl/
xlocale.h 39 return wcstoll(nptr, endptr, base);
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__strtonum_fallback.h 49 return ::wcstoll(nptr, endptr, base);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wchar.h 108 using std::wcstoll;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wchar.h 108 using std::wcstoll;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 102 # define strtol wcstoll
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 102 # define strtol wcstoll
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wchar_.d 209 long wcstoll(const scope wchar_t* nptr, wchar_t** endptr, int base);
  /src/external/gpl2/diffutils/dist/lib/
strtol.c 117 # define strtol wcstoll
  /src/external/gpl2/grep/dist/lib/
strtol.c 121 # define strtol wcstoll
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 110 # define strtol wcstoll
  /src/include/
wchar.h 166 long long int wcstoll(const wchar_t * __restrict,
  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 168 return as_integer_helper<long long>( func, s, idx, base, wcstoll );
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 454 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t) // NOLINT
1633 INTERCEPT_STRTO(wcstoll);
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 653 {"wcstoll", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 653 {"wcstoll", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2814 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2817 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4448 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 4142 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1830 TEST_STRTO_INT(wcstoll, wchar_t, L)
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17942 using ::wcstoll;
19098 using ::wcstoll;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17757 using ::wcstoll;
18433 using ::wcstoll;
    [all...]

Completed in 70 milliseconds