Home
last modified time | relevance | path

Searched refs:swprintf (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Dcwchar35 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 Derr33-c.rst116 * swprintf()
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dwchar_h.pass.cpp64 ASSERT_SAME_TYPE(int, decltype(swprintf(ws, s, L""))); in main()
/llvm-project-15.0.7/libcxx/test/std/strings/c.strings/
H A Dcwchar.pass.cpp64 ASSERT_SAME_TYPE(int, decltype(std::swprintf(ws, s, L""))); in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks.m293 int swprintf(wchar_t *ws, size_t len, const wchar_t *format, ...); function
321swprintf(L"5", 1, (const wchar_t*) L"%s", wbuf); // expected-warning{{Call to function 'swprintf' …
/llvm-project-15.0.7/libcxx/src/
H A Dstring.cpp345 return swprintf; in get_swprintf()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp476 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 Dmsan_test.cpp2034 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 DCSymbolMap.inc787 SYMBOL(swprintf, None, <wchar.h>)
H A DStdSymbolMap.inc1108 SYMBOL(swprintf, std::, <cwchar>)
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst847 …vscanf, vwscanf, vfscanf, vfwscanf, sscanf, swscanf, vsscanf, vswscanf, swprintf, snprintf, vswpri…
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3055 fun:swprintf=uninstrumented