Searched refs:timeInfo (Results 1 – 1 of 1) sorted by relevance
466 struct tm* timeInfo = localtime(&rawtime); in drawTime() local469 size_t length = strftime(timeBuff, TIME_LENGTH, TIME_FORMAT, timeInfo); in drawTime()