Home
last modified time | relevance | path

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

/freebsd/include/xlocale/
H A D_time.h44 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
/freebsd/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, in strftime_l() function
111 return strftime_l(s, maxsize, format, t, __get_locale()); in strftime()
/freebsd/lib/libc/locale/
H A Dwcsftime.c97 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0) in wcsftime_l()
H A DSymbol.map120 strftime_l;
/freebsd/contrib/tzcode/
H A Dprivate.h681 # undef strftime_l
682 # define strftime_l tz_strftime_l
714 size_t strftime_l(char *restrict, size_t, char const *restrict,
661 # define strftime_l tz_strftime_l global() macro
H A Dstrftime.c119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() function
H A DNEWS3576 strftime_l for compatibility with recent versions of POSIX.
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h223 _LIBCPP_EXPORTED_FROM_ABI size_t strftime_l(char* ret, size_t n, const char* format, const struct t…
225 # define strftime_l _strftime_l macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt182 strftime_l U
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4470 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4601 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4727 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
4729 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
4735 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
4737 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
4742 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
4745 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init()
4764 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
4772 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
[all …]
/freebsd/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, in INTERCEPTOR() argument
598 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR()
1855 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2991 fun:strftime_l=uninstrumented
/freebsd/contrib/tzdata/
H A DNEWS3576 strftime_l for compatibility with recent versions of POSIX.