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