Searched refs:swprintf (Results 1 - 6 of 6) sorted by relevance

/src/lib/libc/stdio/
H A Dswprintf.c1 /* $NetBSD: swprintf.c,v 1.3 2013/04/19 15:22:25 joerg Exp $ */
32 __FBSDID("$FreeBSD: src/lib/libc/stdio/swprintf.c,v 1.1 2002/09/21 13:00:30 tjr Exp $");
34 __RCSID("$NetBSD: swprintf.c,v 1.3 2013/04/19 15:22:25 joerg Exp $");
46 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...)
H A DMakefile.inc18 sscanf.c stdio.c swprintf.c swscanf.c tmpfile.c ungetc.c ungetwc.c \
64 MLINKS+=wprintf.3 fwprintf.3 wprintf.3 swprintf.3
/src/tests/lib/libc/locale/
H A Dt_io.c72 atf_tc_set_md_var(tc, "descr", "Test bad big5 wchar swprintf");
88 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0);
114 atf_tc_set_md_var(tc, "descr", "Test good big5 wchar swprintf");
129 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2);
/src/include/
H A Dwchar.h193 int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict, ...);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc481 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) {
1637 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION);
1640 INTERCEPT_FUNCTION(swprintf);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2037 TEST(MemorySanitizer, swprintf) {
2042 int res = swprintf(buff, 9, L"%d", 1234567);

Completed in 13 milliseconds