Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/locale/
H A Dwcsftime.c99 if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0) in wcsftime_l()
/netbsd-src/lib/libc/time/
H A Dprivate.h738 # undef strftime_l
739 # define strftime_l tz_strftime_l
771 size_t strftime_l(char *restrict, size_t, char const *restrict,
678 # define strftime_l tz_strftime_l global() macro
H A Dstrftime.c132 __weak_alias(strftime_l, _strftime_l) in strftime_z()
192 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in _fmt()
803 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, in _yconv()
137 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, strftime_l() function
750 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, strftime_l() function
H A DNEWS3659 strftime_l for compatibility with recent versions of POSIX.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h48 extern "C" __typeof(strftime_l) __strftime_l;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h48 extern "C" __typeof(strftime_l) __strftime_l;
/netbsd-src/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-src/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, in strftime_l() function
/netbsd-src/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, in strftime_l() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt124 strftime_l U
/netbsd-src/include/
H A Dtime.h197 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp4983 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5131 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
5273 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5275 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5282 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5284 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
5289 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5292 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
5313 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5321 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h217 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l() function
/netbsd-src/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, in _M_put()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc51 const size_t __len = strftime_l(__s, __maxlen, __format, __tm, in _M_put()
/netbsd-src/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, in INTERCEPTOR() argument
504 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR()
1643 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
/netbsd-src/lib/libc/include/
H A Dnamespace.h681 #define strftime_l _strftime_l
673 #define strftime_l _strftime_l global() macro
/netbsd-src/external/public-domain/tz/dist/
H A DNEWS3576 strftime_l for compatibility with recent versions of POSIX.