Searched refs:tdate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1498 struct tm *tdate; local
1502 tdate = gmtime(&t);
1504 days[tdate->tm_wday], tdate->tm_mday, months[tdate->tm_mon],
1505 tdate->tm_year + 1900, tdate->tm_hour, tdate->tm_min, tdate->tm_sec);
1519 struct tm tdate; /* Tim local
[all...]

Completed in 60 milliseconds