| /src/lib/libc/locale/ |
| Makefile.inc | 11 wcstol.c wcstoll.c wcstoimax.c wcstoul.c wcstoull.c wcstoumax.c \ 53 MAN+= wcstol.3 wcstod.3 \ 69 MLINKS+=wcstol.3 wcstoll.3 wcstol.3 wcstoimax.3 \ 70 wcstol.3 wcstoul.3 wcstol.3 wcstoull.3 wcstol.3 wcstoumax.3
|
| wcstol.c | 1 /* $NetBSD: wcstol.c,v 1.4 2007/03/10 00:12:23 hubertf Exp $ */ 31 __RCSID("$NetBSD: wcstol.c,v 1.4 2007/03/10 00:12:23 hubertf Exp $"); 43 #define _FUNCNAME wcstol
|
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| pbsdboot.h | 55 long wcstol(const wchar_t *, wchar_t **, int);
|
| /src/external/bsd/nvi/dist/common/ |
| multibyte.h | 45 #define STRTOL wcstol
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| wchar.h | 81 using std::wcstol;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| wchar.h | 81 using std::wcstol;
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| string.cpp | 141 long r = as_integer_helper<long>( func, s, idx, base, wcstol ); 152 return as_integer_helper<long>( func, s, idx, base, wcstol );
|
| /src/lib/libedit/ |
| hist.c | 209 num = (int)wcstol(argv[2], NULL, 0);
|
| terminal.c | 1587 i = wcstol(*argv, &ep, 10); 1621 i = wcstol(*argv, &ep, 10); 1637 i = wcstol(*argv, &ep, 10);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| strtol.c | 104 # define strtol wcstol
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| strtol.c | 104 # define strtol wcstol
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| wchar_.d | 207 c_long wcstol(const scope wchar_t* nptr, wchar_t** endptr, int base);
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strtol.c | 119 # define strtol wcstol
|
| /src/external/gpl2/grep/dist/lib/ |
| strtol.c | 123 # define strtol wcstol
|
| /src/external/gpl2/xcvs/dist/lib/ |
| strtol.c | 112 # define strtol wcstol
|
| /src/include/ |
| wchar.h | 155 long int wcstol(const wchar_t * __restrict,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_interceptors.cc | 453 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) // NOLINT 1631 INTERCEPT_STRTO(wcstol);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 651 {"wcstol", 89},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 651 {"wcstol", 89},
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| vstring.h | 2799 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(), 2804 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| vstring.h | 2802 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(), 2807 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| basic_string.h | 4433 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(), 4438 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| basic_string.h | 4127 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(), 4132 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| msan_test.cc | 1829 TEST_STRTO_INT(wcstol, wchar_t, L)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 17349 using ::wcstol; [all...] |