/third_party/musl/libc-test/src/functional/ |
D | wcstol.c | 25 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/ |
D | wcsftime.c | 30 width = wcstoul(f, &p, 10); in __wcsftime_l()
|
/third_party/musl/src/stdlib/ |
D | wcstol.c | 63 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul() function
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 69 {unsigned long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoul;} in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/include/ |
D | wchar.h | 101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/ |
D | libc.map.txt | 1970 wcstoul;
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 793 <!-- 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…
|
D | libtest24-drop-fns-2.so.abi | 966 <!-- 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…
|
D | libtest24-drop-fns.so.abi | 966 <!-- 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…
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 11035 <!-- 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…
|
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 9301 <!-- 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/ |
D | libtest23.so.abi | 482 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
|
D | libtest24-drop-fns-2.so.abi | 610 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
|
D | libtest24-drop-fns.so.abi | 610 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
|
D | test-libaaudio.so.abi | 1977 …<function-decl name='wcstoul' filepath='bionic/libc/include/wchar.h' line='106' column='1' visibil…
|
D | PR22015-libboost_iostreams.so.abi | 1361 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='476' column='1' visibility='de…
|
D | test9-pr18818-clang.so.abi | 1237 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
|
D | test10-pr18818-gcc.so.abi | 2580 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
|
D | PR22122-libftdc.so.abi | 2148 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='476' column='1' visibility='de…
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v1.so.abi | 4216 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
|
D | test-PR18791-v0.so.abi | 4076 …<function-decl name='wcstoul' filepath='/usr/include/wchar.h' line='473' column='1' visibility='de…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 522 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()
|