Searched refs:dateval (Results 1 – 1 of 1) sorted by relevance
153 struct tm *dateval; /* Local date/time */ in _cupsStrDate() local161 dateval = localtime(&timeval); in _cupsStrDate()165 strftime(temp, sizeof(temp), "%c", dateval); in _cupsStrDate()169 strftime(buf, bufsize, "%c", dateval); in _cupsStrDate()