Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp584 #define INTERCEPTOR_STRFTIME_BODY(char_type, ret_type, func, s, ...) \ macro
593 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime, s, max, format, tm); in INTERCEPTOR()
598 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR()
604 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, __strftime_l, s, max, format, tm, in INTERCEPTOR()
614 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime, s, max, format, tm); in INTERCEPTOR()
619 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime_l, s, max, format, tm, in INTERCEPTOR()
626 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, __wcsftime_l, s, max, format, tm, in INTERCEPTOR()