Home
last modified time | relevance | path

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

/netbsd/lib/libc/locale/
H A Dwcsftime.c42 __weak_alias(wcsftime_l, _wcsftime_l) in __weak_alias() argument
61 return wcsftime_l(wcs, maxsize, format, timeptr, _current_locale()); in __weak_alias()
65 wcsftime_l(wchar_t *wcs, size_t maxsize, in wcsftime_l() function
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h63 extern "C" __typeof(wcsftime_l) __wcsftime_l;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h63 extern "C" __typeof(wcsftime_l) __wcsftime_l;
/netbsd/include/
H A Dwchar.h239 size_t wcsftime_l(wchar_t * __restrict, size_t, const wchar_t * __restrict,
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc200 const size_t __len = wcsftime_l(__s, __maxlen, __format, __tm, in _M_put()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc200 const size_t __len = wcsftime_l(__s, __maxlen, __format, __tm, in _M_put()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc523 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() argument
525 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime_l, s, max, format, tm, in INTERCEPTOR()
1646 INTERCEPT_FUNCTION(wcsftime_l); in InitializeInterceptors()
/netbsd/lib/libc/include/
H A Dnamespace.h800 #define wcsftime_l _wcsftime_l macro