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

/freebsd-current/lib/libc/tests/stdio/
H A Dprint_positional_test.c95 swprintf(wbuf1, nitems(wbuf1),
137 swprintf(wbuf1, sizeof buf, L"%2$.*4$s %2$.*3$s %1$s",
H A Dswprintf_test.c24 int ret = swprintf(buf, nitems(buf), L##format, \
/freebsd-current/lib/libc/stdio/
H A Dswprintf.c40 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) function
H A DMakefile.inc20 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c swprintf.c swscanf.c \
134 wprintf.3 swprintf.3 \
/freebsd-current/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c66 atf_tc_set_md_var(tc, "descr", "Test bad big5 wchar swprintf");
76 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0);
96 atf_tc_set_md_var(tc, "descr", "Test good big5 wchar swprintf");
105 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2);
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc30 using ::swprintf;
/freebsd-current/usr.bin/wall/
H A Dwall.c215 (void)swprintf(lbuf, sizeof(lbuf)/sizeof(wchar_t),
219 (void)swprintf(lbuf, sizeof(lbuf)/sizeof(wchar_t),
256 (void)swprintf(codebuf, sizeof(codebuf)/sizeof(wchar_t), L"<0x%X>", ch);
/freebsd-current/contrib/nvi/common/
H A Dmultibyte.h40 #define SPRINTF swprintf
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.inc30 using std::swprintf;
/freebsd-current/include/
H A Dwchar.h131 int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict,
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dstring.cpp300 return swprintf;
/freebsd-current/usr.bin/ncal/
H A Dncal.c646 swprintf(ws, sizeof(ws)/sizeof(ws[0]),
1071 swprintf(s, MAX_WIDTH, L"%.*s%ls", (int)(w - wcslen(t)) / 2, blanks, t);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp575 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) {
1847 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION);
1850 INTERCEPT_FUNCTION(swprintf);

Completed in 146 milliseconds