Home
last modified time | relevance | path

Searched refs:wcsftime (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Dcwchar88 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 Derr33-c.rst161 * wcsftime()
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dwchar_h.pass.cpp111 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 Dcwchar.pass.cpp111 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 Dmsan_interceptors.cpp513 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 Dmsan_test.cpp2164 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 DCSymbolMap.inc897 SYMBOL(wcsftime, None, <wchar.h>)
H A DStdSymbolMap.inc1253 SYMBOL(wcsftime, std::, <cwchar>)
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3249 fun:wcsftime=uninstrumented