Searched refs:wcsrtombs (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cwchar | 98 size_t wcsrtombs(char* restrict dst, const wchar_t** restrict src, size_t len, 173 using ::wcsrtombs _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | err33-c.rst | 164 * wcsrtombs()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | wchar_h.pass.cpp | 119 ASSERT_SAME_TYPE(size_t, decltype(wcsrtombs(ns, (const wchar_t**)0, s, &mb))); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/strings/c.strings/ |
| H A D | cwchar.pass.cpp | 119 ASSERT_SAME_TYPE(std::size_t, decltype(std::wcsrtombs(ns, (const wchar_t**)0, s, &mb))); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 557 // FIXME: Properly support wide-character strings (via wcsrtombs).
|
| H A D | sanitizer_common_interceptors.inc | 3753 INTERCEPTOR(SIZE_T, wcsrtombs, char *dest, const wchar_t **src, SIZE_T len, 3756 COMMON_INTERCEPTOR_ENTER(ctx, wcsrtombs, dest, src, len, ps); 3762 SIZE_T res = REAL(wcsrtombs)(dest, src, len, ps); 3772 COMMON_INTERCEPT_FUNCTION(wcsrtombs);
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2086 TEST(MemorySanitizer, wcsrtombs) { in TEST() argument 2092 int res = wcsrtombs(buff, &p, 4, &mbs); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 907 SYMBOL(wcsrtombs, None, <wchar.h>)
|
| H A D | StdSymbolMap.inc | 1260 SYMBOL(wcsrtombs, std::, <cwchar>)
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3261 fun:wcsrtombs=uninstrumented
|