Home
last modified time | relevance | path

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

/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.c64 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/boost/boost/compatibility/cpp_c_headers/
Dcwchar122 using ::wcstoul;
/third_party/musl/include/
Dwchar.h99 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h99 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/ndk_musl_include/
Dwchar.h99 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/porting/uniproton/kernel/include/
Dwchar.h101 unsigned long wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/
Dlibc.map.txt1924 wcstoul;
/third_party/NuttX/
DReleaseNotes13884 wcstold(), wcstoul(), wcstoll() functions. Add mbsnrtowcs() and