| /openbsd-src/lib/libc/time/ |
| H A D | strftime_l.c | 10 strftime_l(char *s, size_t maxsize, const char *format, const struct tm *t, in strftime_l() function
|
| H A D | Makefile.inc | 5 SRCS+= asctime.c difftime.c localtime.c strftime.c strftime_l.c \
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| H A D | c++locale_internal.h | 44 extern "C" __typeof(strftime_l) __strftime_l;
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | time.h | 44 PROTO_DEPRECATED(strftime_l);
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| H A D | c++locale_internal.h | 39 extern "C" __typeof(strftime_l) __strftime_l;
|
| /openbsd-src/include/ |
| H A D | time.h | 160 size_t strftime_l(char *__restrict, size_t, const char *__restrict,
|
| /openbsd-src/gnu/llvm/libcxx/include/__support/win32/ |
| H A D | locale_win32.h | 259 _LIBCPP_FUNC_VIS size_t strftime_l(char *ret, size_t n, const char *format, 262 #define strftime_l _strftime_l macro
|
| /openbsd-src/gnu/llvm/libcxx/include/__support/xlocale/ |
| H A D | __posix_l_fallback.h | 97 strftime_l(char* __s, size_t __max, const char* __format, const struct tm* __tm, locale_t) { in strftime_l() function
|
| /openbsd-src/gnu/llvm/libcxx/src/support/win32/ |
| H A D | locale_win32.cpp | 136 size_t strftime_l(char *ret, size_t n, const char *format, const struct tm *tm, in strftime_l() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 152 strftime_l U
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | locale.cpp | 5233 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5380 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 5523 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5525 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5532 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5534 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5539 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5542 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() 5564 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5572 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 509 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument 511 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc); in INTERCEPTOR() 1731 INTERCEPT_FUNCTION(strftime_l); in InitializeInterceptors()
|
| /openbsd-src/lib/libc/ |
| H A D | Symbols.list | 1756 strftime_l
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2986 fun:strftime_l=uninstrumented
|