Home
last modified time | relevance | path

Searched defs:wcsftime (Results 1 – 4 of 4) sorted by relevance

/external/trusty/musl/src/time/
Dwcsftime.c66 size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restri… in wcsftime() function
/external/musl/src/time/
Dwcsftime.c66 size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restri… in wcsftime() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc533 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2000 TEST(MemorySanitizer, wcsftime) { in TEST() argument