| /freebsd-14.2/include/xlocale/ |
| H A D | _time.h | 44 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
|
| /freebsd-14.2/lib/libc/stdtime/ |
| H A D | Makefile.inc | 30 MLINKS+=strftime.3 strftime_l.3
|
| H A D | strftime.c | 88 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, in strftime_l() function 124 return strftime_l(s, maxsize, format, t, __get_locale()); in strftime()
|
| /freebsd-14.2/lib/libc/locale/ |
| H A D | wcsftime.c | 97 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0) in wcsftime_l()
|
| H A D | Symbol.map | 120 strftime_l;
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | private.h | 681 # undef strftime_l 682 # define strftime_l tz_strftime_l macro 714 size_t strftime_l(char *restrict, size_t, char const *restrict,
|
| H A D | strftime.c | 119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() function
|
| H A D | NEWS | 3576 strftime_l for compatibility with recent versions of POSIX.
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 175 strftime_l U
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 4603 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 4729 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 4731 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 4737 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 4739 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 4744 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 4747 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 4766 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 4774 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 4805 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 596 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() 1853 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2991 fun:strftime_l=uninstrumented
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | NEWS | 3679 strftime_l for compatibility with recent versions of POSIX.
|