Searched defs:strftime_l (Results 1 – 5 of 5) sorted by relevance
/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
|
/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/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/include/__support/win32/ |
H A D | locale_win32.h | 262 #define strftime_l _strftime_l macro
|
/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
|