Home
last modified time | relevance | path

Searched refs:wcstoumax (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
Dwcstoumax.c41 uintmax_t result = wcstoumax(L" +123x", &end, 10); in wcstoumax_0100()
58 uintmax_t result = wcstoumax(NULL, NULL, 0); in wcstoumax_0200()
Dtest_src_functionalext_supplement_stdlib.gni21 "wcstoumax",
/third_party/musl/src/stdlib/
Dwcstol.c78 uintmax_t wcstoumax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoumax() function
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/uniproton/kernel/include/
Dinttypes.h23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/include/
Dinttypes.h23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/libc-test/src/api/
Dinttypes.c262 {uintmax_t(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoumax;} in g()
/third_party/musl/
Dlibc.map.txt1972 wcstoumax;
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22122-libftdc.so.abi1452 …<function-decl name='wcstoumax' filepath='/usr/include/inttypes.h' line='362' column='1' visibilit…
Dtest-libandroid.so.abi20159 …<function-decl name='wcstoumax' filepath='bionic/libc/include/inttypes.h' line='263' column='1' vi…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp66317 extern uintmax_t wcstoumax (const wchar_t *__restrict __nptr,