Searched defs:strftime_l (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/lib/libc/time/ |
H A D | strftime.c | 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 | private.h | 678 # define strftime_l tz_strftime_l global() macro
|
/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/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/include/__support/win32/ |
H A D | locale_win32.h | 263 #define strftime_l _strftime_l macro
|
/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/lib/libc/include/ |
H A D | namespace.h | 673 #define strftime_l _strftime_l global() macro
|
/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
|