Home
last modified time | relevance | path

Searched refs:dateval (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dstring.c153 struct tm *dateval; /* Local date/time */ in _cupsStrDate() local
161 dateval = localtime(&timeval); in _cupsStrDate()
165 strftime(temp, sizeof(temp), "%c", dateval); in _cupsStrDate()
169 strftime(buf, bufsize, "%c", dateval); in _cupsStrDate()