/netbsd-src/lib/libc/locale/ |
H A D | wcsftime.c | 99 if (strftime_l(dst, maxsize, sformat, timeptr, loc) == 0) in wcsftime_l()
|
/netbsd-src/lib/libc/time/ |
H A D | private.h | 738 # 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 D | strftime.c | 132 __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 D | NEWS | 3659 strftime_l for compatibility with recent versions of POSIX.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
H A D | c++locale_internal.h | 48 extern "C" __typeof(strftime_l) __strftime_l;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
H A D | c++locale_internal.h | 48 extern "C" __typeof(strftime_l) __strftime_l;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
H A D | locale_win32.h | 260 _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.h | 144 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 D | locale_win32.cpp | 134 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 D | global_symbols.txt | 124 strftime_l U
|
/netbsd-src/include/ |
H A D | time.h | 197 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | locale.cpp | 4983 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 D | xlocale.h | 217 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 D | time_members.cc | 51 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 D | time_members.cc | 51 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 D | msan_interceptors.cc | 502 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 D | namespace.h | 681 #define strftime_l _strftime_l 673 #define strftime_l _strftime_l global() macro
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | NEWS | 3576 strftime_l for compatibility with recent versions of POSIX.
|