Lines Matching refs:lotm
736 struct tm lotm; in hunt() local
744 lotm = *lotmp; in hunt()
745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt()
761 (delta(&tm, &lotm) == (t - lot) && in hunt()
762 tm.tm_isdst == lotm.tm_isdst && in hunt()
765 lotm = tm; in hunt()
931 struct tm lotm; in huntICU() local
939 lotm = *lotmp; in huntICU()
940 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in huntICU()
958 (delta(&tm, &lotm) == (t - lot) && in huntICU()
959 tm.tm_isdst == lotm.tm_isdst)) { in huntICU()
961 lotm = tm; in huntICU()