Home
last modified time | relevance | path

Searched refs:strftime_l (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__support/win32/
H A Dlocale_win32.h258 _LIBCPP_FUNC_VIS size_t strftime_l(char *ret, size_t n, const char *format,
261 #define strftime_l _strftime_l macro
/llvm-project-15.0.7/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h145 strftime_l(char *__s, size_t __max, const char *__format, const struct tm *__tm, in strftime_l() function
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dlocale_win32.cpp136 size_t strftime_l(char *ret, size_t n, const char *format, const struct tm *tm, in strftime_l() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt150 strftime_l U
/llvm-project-15.0.7/libcxx/src/
H A Dlocale.cpp5387 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5530 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5532 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5539 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5541 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5546 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5549 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5571 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5579 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5611 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp497 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument
499 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR()
1702 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2986 fun:strftime_l=uninstrumented