Searched refs:wcstoumax (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 232 uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 266 using ::wcstoumax _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | inttypes.h | 58 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/freebsd/lib/libc/locale/ |
H A D | Makefile.inc | 19 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \ 99 wcstol.3 wcstoimax.3 wcstol.3 wcstoumax.3
|
H A D | wcstoumax.c | 134 wcstoumax(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, in wcstoumax() function
|
H A D | Symbol.map | 90 wcstoumax;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cinttypes.inc | 18 using ::wcstoumax _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cinttypes.cppm |
|
H A D | cinttypes.inc | 18 using std::wcstoumax _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/stdio/ |
H A D | vfwscanf.c | 794 res = wcstoumax(buf, NULL, base); in __vfwscanf()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 923 SYMBOL(wcstoumax, None, <inttypes.h>)
|
H A D | StdSymbolMap.inc | 3206 SYMBOL(wcstoumax, std::, <cinttypes>) 3207 SYMBOL(wcstoumax, None, <cinttypes>) 3208 SYMBOL(wcstoumax, None, <inttypes.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3287 fun:wcstoumax=uninstrumented
|