Searched refs:nowTime1 (Results 1 – 1 of 1) sorted by relevance
249 struct tm nowTime1; in GetProfileName() local250 localtime_r(&timep, &nowTime1); in GetProfileName()252 result = strftime(time1, sizeof(time1), "%Y%m%d", &nowTime1); in GetProfileName()257 result = strftime(time2, sizeof(time2), "%H%M%S", &nowTime1); in GetProfileName()