Home
last modified time | relevance | path

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

/openbsd/usr.sbin/zdump/
H A Dzdump.c290 struct tm lotm, *lotmp; in hunt() local
296 lotm = *lotmp; in hunt()
297 strlcpy(loab, abbr(&lotm), sizeof loab); in hunt()
313 (delta(&tm, &lotm) == (t - lot) && in hunt()
314 tm.tm_isdst == lotm.tm_isdst && in hunt()
317 lotm = tm; in hunt()