Home
last modified time | relevance | path

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

/third_party/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
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h674 #define wcsftime(...) (pthread_testcancel(), wcsftime(__VA_ARGS__)) macro