| /third_party/musl/libc-test/src/functional/ |
| H A D | swprintf.c | 115 TEST(i, swprintf(0, 0, L"%d", 123456)<0, 1, "%d != %d"); in main() 117 TEST(i, swprintf(b, 2, L"%lc", 0xc0), 1, "%d != %d"); in main() 119 TEST(i, swprintf(b, 2, L"%lc", 0x20ac), 1, "%d != %d"); in main() 121 TEST(i, swprintf(b, 3, L"%s", "\xc3\x80!"), 2, "%d != %d"); in main() 123 TEST(i, swprintf(b, 2, L"%.1s", "\xc3\x80!"), 1, "%d != %d"); in main() 127 TEST(i, swprintf(b, 4, L"%d", 123456)<0, 1, "%d != %d"); in main() 132 i = swprintf(b, sizeof b, int_tests[j].fmt, int_tests[j].i); in main() 134 t_error("swprintf(b, sizeof b, \"%ls\", %d) returned %d wanted %d\n", in main() 142 i = swprintf(b, sizeof b, fp_tests[j].fmt, fp_tests[j].f); in main() 144 t_error("swprintf( in main() [all...] |
| /third_party/musl/src/stdio/ |
| H A D | swprintf.c | 4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) in swprintf() function
|
| /third_party/musl/libc-test/src/api/ |
| H A D | stdio.c | 107 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in g()
|
| H A D | wchar.c | 37 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in f()
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | wchar.h | 113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| H A D | wchar.h | 113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | wchar.h | 113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
| /third_party/musl/include/ |
| H A D | wchar.h | 113 int swprintf (wchar_t *__restrict, size_t, const wchar_t *__restrict, ...);
|
| /test/xts/acts/kernel_lite/io_posix/src/ |
| H A D | IoTestWchar.cpp | 385 * @tc.name swprintf basic function test 391 int ret = swprintf(wBuf, sizeof(wBuf)/sizeof(wBuf[0]), L"%ls has %d words", L"helloworld", 10); in HWTEST_F()
|
| /third_party/curl/lib/ |
| H A D | asyn-thread.c | 648 swprintf(portbuf, MAX_PORT_LEN, L"%d", port); in init_resolve_thread()
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | wcharndk1.cpp | 263 int ret = swprintf(wbuf, SIZE_100, L"%ls", L"This is test");
in Swprintf_One() 272 int ret = swprintf(wbuf, SIZE_100, L"%s", "xyz");
in Swprintf_Two()
|
| H A D | wcharndk.cpp | 541 int value = swprintf(buffer, MAX, L"%ls", hebrew_str);
in Swprintf() 1817 {"swprintf", nullptr, Swprintf, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
| /third_party/python/Programs/ |
| H A D | _testembed.c | 1850 else if (swprintf(optval, 100, in check_use_frozen_modules()
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | Tests.cpp | 275 swprintf(buffer, BUFFER_SIZE, L"\"CreationFrameIndex\": %u", testIndex);
in TestFrameIndexAndJson()
|
| /third_party/python/Python/ |
| H A D | fileutils.c | 901 swprintf(encoding, Py_ARRAY_LENGTH(encoding), L"cp%u", ansi_codepage); in _Py_GetLocaleEncoding()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | 634 extern int swprintf (wchar_t *__restrict __s, size_t __n, 14027 using ::swprintf; [all...] |