Searched refs:swprintf (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/lib/libc/tests/stdio/ |
| H A D | print_positional_test.c | 98 swprintf(wbuf1, nitems(wbuf1), in ATF_TC_BODY() 140 swprintf(wbuf1, sizeof buf, L"%2$.*4$s %2$.*3$s %1$s", in ATF_TC_BODY()
|
| /freebsd-13.1/usr.bin/wall/ |
| H A D | wall.c | 229 (void)swprintf(lbuf, sizeof(lbuf)/sizeof(wchar_t), in makemsg() 233 (void)swprintf(lbuf, sizeof(lbuf)/sizeof(wchar_t), in makemsg() 270 (void)swprintf(codebuf, sizeof(codebuf)/sizeof(wchar_t), L"<0x%X>", ch); in makemsg()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/locale/ |
| H A D | t_io.c | 76 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0); in ATF_TC_BODY() 105 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2); in ATF_TC_BODY()
|
| /freebsd-13.1/lib/libc/stdio/ |
| H A D | swprintf.c | 43 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) in swprintf() function
|
| H A D | Makefile.inc | 22 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c swprintf.c swscanf.c \ 89 MLINKS+=wprintf.3 fwprintf.3 wprintf.3 swprintf.3 \
|
| H A D | Symbol.map | 79 swprintf;
|
| /freebsd-13.1/contrib/nvi/common/ |
| H A D | multibyte.h | 40 #define SPRINTF swprintf
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cwchar | 35 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...); 122 using ::swprintf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-13.1/include/ |
| H A D | wchar.h | 133 int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict,
|
| /freebsd-13.1/usr.bin/ncal/ |
| H A D | ncal.c | 646 swprintf(ws, sizeof(ws)/sizeof(ws[0]), in monthrangeb() 1070 swprintf(s, MAX_WIDTH, L"%.*s%ls", (int)(w - wcslen(t)) / 2, blanks, t); in wcenter()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | string.cpp | 419 return swprintf; in get_swprintf()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 481 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() argument 1663 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors() 1666 INTERCEPT_FUNCTION(swprintf); in InitializeInterceptors()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3054 fun:swprintf=uninstrumented
|