Searched refs:wcstol (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/lib/libc/locale/
H A DMakefile.inc20 wcstoimax.c wcstol.c wcstold.c wcstoll.c \
48 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 wctomb.3 \
87 MLINKS+=wcstol.3 wcstoul.3 wcstol.3 wcstoll.3 wcstol.3 wcstoull.3 \
88 wcstol.3 wcstoimax.3 wcstol.3 wcstoumax.3
H A Dwcstol.c127 wcstol(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) function
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h81 using std::wcstol;
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h40 #define STRTOL wcstol
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h130 #undef wcstol macro
197 using ::wcstol;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp136 long r = as_integer_helper<long>( func, s, idx, base, wcstol );
147 return as_integer_helper<long>( func, s, idx, base, wcstol );
/freebsd-11-stable/include/
H A Dwchar.h166 long wcstol(const wchar_t * __restrict, wchar_t ** __restrict, int);
/freebsd-11-stable/lib/libedit/
H A Dchartype.h100 #define Strtol(p,e,b) wcstol(p,e,b)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp452 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t)
1651 INTERCEPT_STRTO(wcstol);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7094 using ::wcstol;
[all...]

Completed in 278 milliseconds