Lines Matching full:lotm
677 struct tm lotm;
685 lotm = *lotmp;
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
702 (delta(&tm, &lotm) == (t - lot) &&
703 tm.tm_isdst == lotm.tm_isdst &&
706 lotm = tm;
875 struct tm lotm;
883 lotm = *lotmp;
884 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
902 (delta(&tm, &lotm) == (t - lot) &&
903 tm.tm_isdst == lotm.tm_isdst)) {
905 lotm = tm;