Home
last modified time | relevance | path

Searched refs:swprintf (Results 1 – 8 of 8) sorted by relevance

/bionic/tests/
Dstdio_test.cpp116 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/
Dwchar_h.c66 FUNCTION(swprintf, int (*f)(wchar_t*, size_t, const wchar_t*, ...)); in wchar_h()
/bionic/libc/include/
Dwchar.h65 int swprintf(wchar_t* _Nonnull __buf, size_t __n, const wchar_t* _Nonnull __fmt, ...);
/bionic/libc/tools/
Dposix-2013.txt1035 swprintf
/bionic/libc/stdio/
Dstdio.cpp981 int swprintf(wchar_t* s, size_t n, const wchar_t* fmt, ...) { in swprintf() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1048 swprintf;
/bionic/libc/
Dlibc.map.txt1048 swprintf;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11286 CALL(swprintf)