Home
last modified time | relevance | path

Searched defs:strftime_l (Results 1 – 5 of 5) 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
/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/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/include/__support/win32/
H A Dlocale_win32.h262 #define strftime_l _strftime_l macro
/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