Searched refs:strftime_l (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/lib/libc/locale/
H A Dwcsftime.c99 if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h48 extern "C" __typeof(strftime_l) __strftime_l;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h48 extern "C" __typeof(strftime_l) __strftime_l;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h144 inline _LIBCPP_INLINE_VISIBILITY size_t strftime_l(char *s, size_t max, function
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dlocale_win32.cpp134 size_t strftime_l(char *ret, size_t n, const char *format, const struct tm *tm, function
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h260 _LIBCPP_FUNC_VIS size_t strftime_l(char *ret, size_t n, const char *format,
263 #define strftime_l _strftime_l macro
/netbsd-current/lib/libc/time/
H A Dprivate.h677 # undef strftime_l macro
678 # define strftime_l tz_strftime_l macro
708 size_t strftime_l(char *restrict, size_t, char const *restrict,
H A Dstrftime.c77 __weak_alias(strftime_l, _strftime_l)
137 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, function
750 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, function
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h213 // strftime_l() is defined by POSIX. However, AIX 7.1 and z/OS do not have it
217 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
/netbsd-current/include/
H A Dtime.h191 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc51 const size_t __len = strftime_l(__s, __maxlen, __format, __tm,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc51 const size_t __len = strftime_l(__s, __maxlen, __format, __tm,
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp4983 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
5131 strftime_l(buf, countof(buf), f, &t, __loc_);
5273 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5275 strftime_l(buf, countof(buf), "%a", &t, __loc_);
5282 strftime_l(buf, countof(buf), "%B", &t, __loc_);
5284 strftime_l(buf, countof(buf), "%b", &t, __loc_);
5289 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5292 strftime_l(buf, countof(buf), "%p", &t, __loc_);
5313 strftime_l(buf, countof(buf), "%A", &t, __loc_);
5321 strftime_l(bu
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc502 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
504 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
1643 INTERCEPT_FUNCTION(strftime_l);
/netbsd-current/lib/libc/include/
H A Dnamespace.h673 #define strftime_l _strftime_l macro

Completed in 312 milliseconds