Searched refs:wcstoumax (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
D | wcstoumax.c | 41 uintmax_t result = wcstoumax(L" +123x", &end, 10); in wcstoumax_0100() 58 uintmax_t result = wcstoumax(NULL, NULL, 0); in wcstoumax_0200()
|
D | test_src_functionalext_supplement_stdlib.gni | 21 "wcstoumax",
|
/third_party/musl/src/stdlib/ |
D | wcstol.c | 78 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/ |
D | inttypes.h | 23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | inttypes.h | 23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | inttypes.h | 23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/include/ |
D | inttypes.h | 23 uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/libc-test/src/api/ |
D | inttypes.c | 262 {uintmax_t(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoumax;} in g()
|
/third_party/musl/ |
D | libc.map.txt | 1972 wcstoumax;
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR22122-libftdc.so.abi | 1452 …<function-decl name='wcstoumax' filepath='/usr/include/inttypes.h' line='362' column='1' visibilit…
|
D | test-libandroid.so.abi | 20159 …<function-decl name='wcstoumax' filepath='bionic/libc/include/inttypes.h' line='263' column='1' vi…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 66317 extern uintmax_t wcstoumax (const wchar_t *__restrict __nptr,
|