Searched refs:timeBuff (Results 1 – 1 of 1) sorted by relevance
650 char timeBuff[TIME_LENGTH]; in drawClock() local652 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()660 char* out = timeBuff[0] == ' ' ? &timeBuff[1] : &timeBuff[0]; in drawClock()