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

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c425 struct tm lotm; local
433 lotm = *lotmp;
434 (void) strncpy(loab, abbr(&lotm), sizeof (loab) - 1);
450 (delta(&tm, &lotm) == (t - lot) &&
451 tm.tm_isdst == lotm.tm_isdst &&
454 lotm = tm;

Completed in 70 milliseconds