Searched refs:lotm (Results 1 – 1 of 1) sorted by relevance
736 struct tm lotm; in hunt() local744 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() local939 lotm = *lotmp; in huntICU()940 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in huntICU()958 (delta(&tm, &lotm) == (t - lot) && in huntICU()[all …]