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

/freebsd-current/include/xlocale/
H A D_time.h44 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
/freebsd-current/lib/libc/stdtime/
H A DMakefile.inc30 MLINKS+=strftime.3 strftime_l.3
H A Dstrftime.c75 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, function
111 return strftime_l(s, maxsize, format, t, __get_locale());
/freebsd-current/lib/libc/locale/
H A Dwcsftime.c97 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0)
/freebsd-current/contrib/tzcode/
H A Dprivate.h660 # undef strftime_l macro
661 # define strftime_l tz_strftime_l macro
691 size_t strftime_l(char *restrict, size_t, char const *restrict,
H A Dstrftime.c119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, function
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4472 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_);
4603 strftime_l(buf, countof(buf), f, &t, __loc_);
4729 strftime_l(buf, countof(buf), "%A", &t, __loc_);
4731 strftime_l(buf, countof(buf), "%a", &t, __loc_);
4737 strftime_l(buf, countof(buf), "%B", &t, __loc_);
4739 strftime_l(buf, countof(buf), "%b", &t, __loc_);
4744 strftime_l(buf, countof(buf), "%p", &t, __loc_);
4747 strftime_l(buf, countof(buf), "%p", &t, __loc_);
4766 strftime_l(buf, countof(buf), "%A", &t, __loc_);
4774 strftime_l(bu
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp596 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
598 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
1853 INTERCEPT_FUNCTION(strftime_l);

Completed in 283 milliseconds