Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1496 struct tm *tdate; in httpGetDateString() local
1500 tdate = gmtime(&t); in httpGetDateString()
1502 days[tdate->tm_wday], tdate->tm_mday, months[tdate->tm_mon], in httpGetDateString()
1503 tdate->tm_year + 1900, tdate->tm_hour, tdate->tm_min, tdate->tm_sec); in httpGetDateString()
1533 tdate.tm_mon = i; in httpGetDateTime()
1534 tdate.tm_mday = day; in httpGetDateTime()
1536 tdate.tm_hour = hour; in httpGetDateTime()
1537 tdate.tm_min = min; in httpGetDateTime()
1538 tdate.tm_sec = sec; in httpGetDateTime()
1539 tdate.tm_isdst = 0; in httpGetDateTime()
[all …]