Searched refs:swprintf (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | stdio_test.cpp | 116 int w = swprintf(buf, sizeof(buf), fmt __VA_OPT__(, ) __VA_ARGS__); \ 475 EXPECT_DEATH(swprintf(buf, sizeof(buf), L"a %n b", &i), "%n not allowed on Android"); in TEST_F() 491 ASSERT_EQ(-1, swprintf(buf, 0, L"Hello %S", L"world")); in TEST() 673 CheckInfNan(swprintf, swscanf, L"%s", in TEST() 677 CheckInfNan(swprintf, swscanf, L"%s", in TEST() 681 CheckInfNan(swprintf, swscanf, L"%s", in TEST() 685 CheckInfNan(swprintf, swscanf, L"%s", in TEST() 689 CheckInfNan(swprintf, swscanf, L"%s", in TEST() 693 CheckInfNan(swprintf, swscanf, L"%s", in TEST() 697 CheckInfNan(swprintf, swscanf, L"%s", in TEST() [all …]
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 66 FUNCTION(swprintf, int (*f)(wchar_t*, size_t, const wchar_t*, ...)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 65 int swprintf(wchar_t* _Nonnull __buf, size_t __n, const wchar_t* _Nonnull __fmt, ...);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1035 swprintf
|
/bionic/libc/stdio/ |
D | stdio.cpp | 981 int swprintf(wchar_t* s, size_t n, const wchar_t* fmt, ...) { in swprintf() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1048 swprintf;
|
/bionic/libc/ |
D | libc.map.txt | 1048 swprintf;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11286 CALL(swprintf)
|