Searched defs:tm (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dtime.c42 struct tm tm; local
55 tm.tm_year = 70;
57 if (tm.tm_year == 0)
59 tm.tm_year--;
60 secs = year_secs(tm.tm_year + 1900);
63 while ((secs = year_secs(tm.tm_year + 1900)) <= t) {
65 tm.tm_year++;
66 if (tm.tm_year + 1900 > 9999)
69 tm
[all...]
H A Dgen.c512 struct tm *tm; local
619 if ((tm = localtime(&now)) != NULL && tm->tm_year > 104) {
621 tm->tm_year + 1900);

Completed in 11 milliseconds