Home
last modified time | relevance | path

Searched defs:strftime_l (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/libc/time/
H A Dstrftime.c137 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 Dprivate.h678 # define strftime_l tz_strftime_l global() macro
/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/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/include/__support/win32/
H A Dlocale_win32.h263 #define strftime_l _strftime_l macro
/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/lib/libc/include/
H A Dnamespace.h673 #define strftime_l _strftime_l global() macro
/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