Searched refs:tmTime (Results 1 – 1 of 1) sorted by relevance
473 struct tm tmTime; in FormatTime() local476 _gmtime32_s(&tmTime, &t); in FormatTime()481 gmtime_r(&t, &tmTime); in FormatTime()483 strftime((char *)buf, bufsize, "%Y%m%d%H%M%S", &tmTime); in FormatTime()