Searched refs:vswprintf (Results 1 – 14 of 14) sorted by relevance
| /src/lib/libc/stdio/ |
| H A D | swprintf.c | 46 ret = vswprintf(s, n, fmt, ap); in swprintf()
|
| H A D | Makefile.inc | 25 vswprintf.c vswscanf.c vwprintf.c vwscanf.c wbuf.c wprintf.c wscanf.c \ 136 wprintf.3 vswprintf.3
|
| H A D | vswprintf.c | 106 vswprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, in vswprintf() function
|
| H A D | Symbol.map | 98 vswprintf;
|
| /src/lib/libc/tests/stdio/ |
| H A D | printbasic_test.c | 86 vswprintf(ws, sizeof(ws) / sizeof(ws[0]), wfmt, ap2); in _testfmt()
|
| H A D | printfloat_test.c | 78 vswprintf(ws, sizeof(ws) / sizeof(ws[0]), wfmt, ap2); in _testfmt()
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cwchar.inc | 35 using ::vswprintf _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cwchar.inc | 35 using std::vswprintf _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | cwchar | 39 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg); 138 using ::vswprintf _LIBCPP_USING_IF_EXISTS;
|
| /src/include/ |
| H A D | wchar.h | 145 int vswprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict,
|
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 566 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) { 568 int res = REAL(vswprintf)(str, size, format, ap); 579 int res = vswprintf(str, size, format, ap); in INTERCEPTOR() 1848 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors() 1851 INTERCEPT_FUNCTION(vswprintf); in InitializeInterceptors()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 878 SYMBOL(vswprintf, None, <wchar.h>)
|
| H A D | StdSymbolMap.inc | 3105 SYMBOL(vswprintf, std::, <cwchar>) 3106 SYMBOL(vswprintf, None, <cwchar>) 3107 SYMBOL(vswprintf, None, <wchar.h>)
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3225 fun:vswprintf=uninstrumented
|