Home
last modified time | relevance | path

Searched refs:wcstoul (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/libc-test/src/functional/
Dwcstol.c25 TEST(ul, wcstoul(L"4294967295", 0, 0), 4294967295UL, "max 32bit unsigned %lu != %lu"); in main()
34 TEST(ul, wcstoul(s=L"4294967296", &c, 0), 4294967295UL, "uncaught overflow %lu != %lu"); in main()
37 TEST(ul, wcstoul(s=L"-1", &c, 0), -1UL, "rejected negative %lu != %lu"); in main()
40 TEST(ul, wcstoul(s=L"-2", &c, 0), -2UL, "rejected negative %lu != %lu"); in main()
43 TEST(ul, wcstoul(s=L"-2147483648", &c, 0), -2147483648UL, "rejected negative %lu != %lu"); in main()
46 TEST(ul, wcstoul(s=L"-2147483649", &c, 0), -2147483649UL, "rejected negative %lu != %lu"); in main()
56 …TEST(ul, wcstoul(s=L"18446744073709551616", &c, 0), 18446744073709551615UL, "uncaught overflow %lu… in main()
59 TEST(ul, wcstoul(s=L"-1", &c, 0), -1UL, "rejected negative %lu != %lu"); in main()
62 TEST(ul, wcstoul(s=L"-2", &c, 0), -2UL, "rejected negative %lu != %lu"); in main()
65 …TEST(ul, wcstoul(s=L"-9223372036854775808", &c, 0), -9223372036854775808UL, "rejected negative %lu… in main()
[all …]
/third_party/musl/src/time/
Dwcsftime.c30 width = wcstoul(f, &p, 10); in __wcsftime_l()
/third_party/musl/src/stdlib/
Dwcstol.c63 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul() function
/third_party/musl/libc-test/src/api/
Dwchar.c69 {unsigned long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoul;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/include/
Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/
Dlibc.map.txt1970 wcstoul;
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi793 <!-- unsigned long int wcstoul(const wchar_t*, wchar_t**, int) -->
794 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dlibtest24-drop-fns-2.so.abi966 <!-- unsigned long int wcstoul(const wchar_t*, wchar_t**, int) -->
967 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dlibtest24-drop-fns.so.abi966 <!-- unsigned long int wcstoul(const wchar_t*, wchar_t**, int) -->
967 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi11035 <!-- unsigned long int wcstoul(const wchar_t*, wchar_t**, int) -->
11036 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='471' column='1' visibility='de…
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi9301 <!-- unsigned long int wcstoul(const wchar_t*, wchar_t**, int) -->
9302 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='471' column='1' visibility='de…
/third_party/libabigail/tests/data/test-read-dwarf/
Dlibtest23.so.abi482 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dlibtest24-drop-fns-2.so.abi610 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dlibtest24-drop-fns.so.abi610 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dtest-libaaudio.so.abi1977 …<function-decl name='wcstoul' filepath='bionic/libc/include/wchar.h' line='106' column='1' visibil…
DPR22015-libboost_iostreams.so.abi1361 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='476' column='1' visibility='de…
Dtest9-pr18818-clang.so.abi1237 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dtest10-pr18818-gcc.so.abi2580 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
DPR22122-libftdc.so.abi2148 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='476' column='1' visibility='de…
/third_party/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v1.so.abi4216 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
Dtest-PR18791-v0.so.abi4076 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp522 extern unsigned long int wcstoul (const wchar_t *__restrict __nptr,
14064 using ::wcstoul;
23183 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(), in stoul()

12