Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dstdio_test.cpp575 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
579 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
583 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
587 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
591 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
595 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
599 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
603 CheckInfNan(swprintf, swscanf, L"%s", in TEST()
609 TEST(STDIO_TEST, swprintf) { in TEST() argument
2479 swprintf(buf, sizeof(buf), L"<%m>"); in TEST()
[all …]
/aosp12/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c295 (void) swprintf(buf, in _fmt()
496 (void) swprintf(buf, sizeof buf/sizeof buf[0], format, n); in _conv()
/aosp12/bionic/tests/headers/posix/
H A Dwchar_h.c66 FUNCTION(swprintf, int (*f)(wchar_t*, size_t, const wchar_t*, ...)); in wchar_h()
/aosp12/bionic/libc/include/
H A Dwchar.h63 int swprintf(wchar_t* __buf, size_t __n, const wchar_t* __fmt, ...);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1035 swprintf
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp981 int swprintf(wchar_t* s, size_t n, const wchar_t* fmt, ...) { in swprintf() function
/aosp12/bionic/libc/
H A Dlibc.map.txt1050 swprintf;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1050 swprintf;
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_063.S11286 CALL(swprintf)