Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/config/locale/gnu/
Dc++locale_internal.h59 extern "C" __typeof(wcsftime_l) __wcsftime_l;
Dtime_members.cc202 const size_t __len = __wcsftime_l(__s, __maxlen, __format, __tm, in _M_put()
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc553 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() argument
555 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, __wcsftime_l, s, max, format, tm, in INTERCEPTOR()
558 #define MSAN_MAYBE_INTERCEPT___WCSFTIME_L INTERCEPT_FUNCTION(__wcsftime_l)
/NextBSD/contrib/diff/lib/
HDstrftime.c207 # define wcsftime __wcsftime_l
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1197 fun:__wcsftime_l=uninstrumented
/NextBSD/contrib/libstdc++/
DChangeLog-20021509 (_M_put): Reorder __strftime_l and __wcsftime_l arguments to match