Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/time/
H A Dstrftime_l.c10 strftime_l(char *s, size_t maxsize, const char *format, const struct tm *t, in strftime_l() function
H A DMakefile.inc5 SRCS+= asctime.c difftime.c localtime.c strftime.c strftime_l.c \
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h44 extern "C" __typeof(strftime_l) __strftime_l;
/openbsd-src/lib/libc/hidden/
H A Dtime.h44 PROTO_DEPRECATED(strftime_l);
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h39 extern "C" __typeof(strftime_l) __strftime_l;
/openbsd-src/include/
H A Dtime.h160 size_t strftime_l(char *__restrict, size_t, const char *__restrict,
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h259 _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.h97 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 Dlocale_win32.cpp136 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 Dglobal_symbols.txt152 strftime_l U
/openbsd-src/gnu/llvm/libcxx/src/
H A Dlocale.cpp5233 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 Dmsan_interceptors.cpp509 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 DSymbols.list1756 strftime_l
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2986 fun:strftime_l=uninstrumented