Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/config/locale/gnu/
Dc++locale_internal.h44 extern "C" __typeof(strftime_l) __strftime_l;
Dtime_members.cc49 const size_t __len = __strftime_l(__s, __maxlen, __format, __tm, in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc531 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument
533 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, __strftime_l, s, max, format, tm, in INTERCEPTOR()
536 #define MSAN_MAYBE_INTERCEPT___STRFTIME_L INTERCEPT_FUNCTION(__strftime_l)
/NextBSD/contrib/diff/lib/
HDstrftime.c206 # define strftime __strftime_l
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1108 fun:__strftime_l=uninstrumented
/NextBSD/contrib/libstdc++/
DChangeLog-20021509 (_M_put): Reorder __strftime_l and __wcsftime_l arguments to match