Searched refs:swprintf (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/tests/ |
H A D | stdio_test.cpp | 575 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 D | wcsftime.c | 295 (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 D | wchar_h.c | 66 FUNCTION(swprintf, int (*f)(wchar_t*, size_t, const wchar_t*, ...)); in wchar_h()
|
/aosp12/bionic/libc/include/ |
H A D | wchar.h | 63 int swprintf(wchar_t* __buf, size_t __n, const wchar_t* __fmt, ...);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1035 swprintf
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 981 int swprintf(wchar_t* s, size_t n, const wchar_t* fmt, ...) { in swprintf() function
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1050 swprintf;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1050 swprintf;
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_063.S | 11286 CALL(swprintf)
|