| /freebsd/include/xlocale/ |
| H A D | _time.h | 44 size_t strftime_l(char * __restrict, size_t, const char * __restrict,
|
| /freebsd/lib/libc/stdtime/ |
| H A D | Makefile.inc | 31 MLINKS+=strftime.3 strftime_l.3
|
| H A D | strftime.c | 77 strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format, in strftime_l() function 113 return strftime_l(s, maxsize, format, t, __get_locale()); in strftime()
|
| /freebsd/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/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/ |
| H A D | win32.h | 223 _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/tzcode/ |
| H A D | private.h | 773 # undef strftime_l 774 # define strftime_l tz_strftime_l macro 806 size_t strftime_l(char *restrict, size_t, char const *restrict,
|
| H A D | strftime.c | 175 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() function
|
| H A D | NEWS | 4124 strftime_l for compatibility with recent versions of POSIX.
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/ |
| H A D | __posix_l_fallback.h | 93 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 183 strftime_l U
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | bsd_like.h | 149 return ::strftime_l(__s, __max, __format, __tm, __loc); in __strftime()
|
| H A D | linux.h | 176 return strftime_l(__s, __max, __format, __tm, __loc); in __strftime()
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | locale_base_api.h | 248 return strftime_l(__s, __max, __format, __tm, __loc); in __strftime()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 622 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 624 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR() 1883 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2991 fun:strftime_l=uninstrumented
|
| /freebsd/contrib/tzdata/ |
| H A D | NEWS | 4124 strftime_l for compatibility with recent versions of POSIX.
|