Searched refs:wcstol (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | Makefile.inc | 17 wcstoimax.c wcstol.c wcstold.c wcstoll.c \ 45 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 wctomb.3 \ 98 MLINKS+=wcstol.3 wcstoul.3 wcstol.3 wcstoll.3 wcstol.3 wcstoull.3 \ 99 wcstol.3 wcstoimax.3 wcstol.3 wcstoumax.3
|
H A D | wcstol.c | 136 wcstol(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base) in wcstol() function
|
H A D | Symbol.map | 84 wcstol;
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 38 #define STRTOL wcstol
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 57 using ::wcstol _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 57 using std::wcstol _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 123 long r = as_integer_helper<long>(func, s, idx, base, wcstol); 131 return as_integer_helper<long>(func, s, idx, base, wcstol); in as_integer()
|
/freebsd/contrib/libedit/ |
H A D | hist.c | 209 num = (int)wcstol(argv[2], NULL, 0); in hist_command()
|
H A D | terminal.c | 1587 i = wcstol(*argv, &ep, 10); in terminal_echotc() 1621 i = wcstol(*argv, &ep, 10); in terminal_echotc() 1637 i = wcstol(*argv, &ep, 10); in terminal_echotc()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cwchar | 58 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 153 using ::wcstol _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 173 long wcstol(const wchar_t * __restrict, wchar_t ** __restrict, int);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 514 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) in INTERCEPTORS_STRTO() 1825 INTERCEPT_STRTO(wcstol); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 916 SYMBOL(wcstol, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3188 SYMBOL(wcstol, std::, <cwchar>) 3189 SYMBOL(wcstol, None, <cwchar>) 3190 SYMBOL(wcstol, None, <wchar.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3275 fun:wcstol=uninstrumented
|