Searched refs:swprintf (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cwchar | 35 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...); 123 using ::swprintf _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | err33-c.rst | 116 * swprintf()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | wchar_h.pass.cpp | 64 ASSERT_SAME_TYPE(int, decltype(swprintf(ws, s, L""))); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/strings/c.strings/ |
| H A D | cwchar.pass.cpp | 64 ASSERT_SAME_TYPE(int, decltype(std::swprintf(ws, s, L""))); in main()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | security-syntax-checks.m | 293 int swprintf(wchar_t *ws, size_t len, const wchar_t *format, ...); function 321 …swprintf(L"5", 1, (const wchar_t*) L"%s", wbuf); // expected-warning{{Call to function 'swprintf' …
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | string.cpp | 345 return swprintf; in get_swprintf()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 476 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() argument 1696 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors() 1699 INTERCEPT_FUNCTION(swprintf); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2034 TEST(MemorySanitizer, swprintf) { in TEST() argument 2039 int res = swprintf(buff, 9, L"%d", 1234567); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 787 SYMBOL(swprintf, None, <wchar.h>)
|
| H A D | StdSymbolMap.inc | 1108 SYMBOL(swprintf, std::, <cwchar>)
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 847 …vscanf, vwscanf, vfscanf, vfwscanf, sscanf, swscanf, vsscanf, vswscanf, swprintf, snprintf, vswpri…
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3055 fun:swprintf=uninstrumented
|