Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c430 struct tm lotm; local
438 lotm = *lotmp;
439 (void) strncpy(loab, abbr(&lotm), sizeof (loab) - 1);
455 (delta(&tm, &lotm) == (t - lot) &&
456 tm.tm_isdst == lotm.tm_isdst &&
459 lotm = tm;