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

/freebsd-10.0-release/contrib/tzcode/zic/
H A Dzdump.c486 struct tm lotm; local
494 lotm = *lotmp;
495 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
511 (delta(&tm, &lotm) == (t - lot) &&
512 tm.tm_isdst == lotm.tm_isdst &&
515 lotm = tm;

Completed in 158 milliseconds