Searched defs:wcsftime (Results 1 – 2 of 2) sorted by relevance
66 size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restri… in wcsftime() function
674 #define wcsftime(...) (pthread_testcancel(), wcsftime(__VA_ARGS__)) macro