Searched refs:vswprintf (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/c_std/ |
| H A D | std_cwchar.h | 100 #undef vswprintf 171 using ::vswprintf;
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | swprintf.c | 49 ret = vswprintf(s, n, fmt, ap); in swprintf()
|
| H A D | Makefile.inc | 28 vswprintf.c vswscanf.c vwprintf.c vwscanf.c wbuf.c wprintf.c wscanf.c \ 86 wprintf.3 vwprintf.3 wprintf.3 vfwprintf.3 wprintf.3 vswprintf.3
|
| H A D | vswprintf.c | 112 vswprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, in vswprintf() function
|
| H A D | Symbol.map | 104 vswprintf;
|
| /freebsd-12.1/contrib/libstdc++/include/c_compatibility/ |
| H A D | wchar.h | 56 using std::vswprintf;
|
| /freebsd-12.1/lib/libc/tests/stdio/ |
| H A D | printbasic_test.c | 89 vswprintf(ws, sizeof(ws) / sizeof(ws[0]), wfmt, ap2); in _testfmt()
|
| H A D | printfloat_test.c | 81 vswprintf(ws, sizeof(ws) / sizeof(ws[0]), wfmt, ap2); in _testfmt()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cwchar | 40 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg); 125 using ::vswprintf;
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cc | 472 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) { 474 int res = REAL(vswprintf)(str, size, format, ap); 485 int res = vswprintf(str, size, format, ap); in INTERCEPTOR() 1636 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors() 1639 INTERCEPT_FUNCTION(vswprintf); in InitializeInterceptors()
|
| /freebsd-12.1/include/ |
| H A D | wchar.h | 139 int vswprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cfns.gperf | 195 vswprintf keyword
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | acinclude.m4 | 1897 using ::vswprintf;
|
| H A D | configure | 7073 using ::vswprintf;
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3219 fun:vswprintf=uninstrumented
|