Home
last modified time | relevance | path

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

/original-bsd/share/zoneinfo/DIST/
H A Dzdump.c194 struct tm lotm; local
198 lotm = *localtime(&lot);
199 loab = ecpyalloc(tzname[lotm.tm_isdst]);
207 if (delta(&tm, &lotm) == (t - lot) &&
208 tm.tm_isdst == lotm.tm_isdst &&
211 lotm = tm;