Searched refs:wcsftime (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cwchar | 88 size_t wcsftime(wchar_t* restrict s, size_t maxsize, const wchar_t* restrict format, 165 using ::wcsftime _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | err33-c.rst | 161 * wcsftime()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | wchar_h.pass.cpp | 111 ASSERT_SAME_TYPE(size_t, decltype(wcsftime(ws, s, L"", tm))); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/strings/c.strings/ |
| H A D | cwchar.pass.cpp | 111 ASSERT_SAME_TYPE(std::size_t, decltype(std::wcsftime(ws, s, L"", tm))); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 513 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() argument 515 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime, s, max, format, tm); in INTERCEPTOR() 1704 INTERCEPT_FUNCTION(wcsftime); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2164 TEST(MemorySanitizer, wcsftime) { in TEST() argument 2170 size_t res = wcsftime(x, sizeof(x) / sizeof(x[0]), L"%Y-%m-%d", tmres); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 897 SYMBOL(wcsftime, None, <wchar.h>)
|
| H A D | StdSymbolMap.inc | 1253 SYMBOL(wcsftime, std::, <cwchar>)
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3249 fun:wcsftime=uninstrumented
|