Searched refs:tmres (Results 1 – 1 of 1) sorted by relevance
2004 struct tm *tmres = localtime_r(&t, &tms); in TEST() local2005 ASSERT_NE((void *)0, tmres); in TEST()2006 size_t res = wcsftime(x, sizeof(x) / sizeof(x[0]), L"%Y-%m-%d", tmres); in TEST()