Lines Matching defs:newtm
344 struct tm newtm;
602 newtm = *newtmp;
608 (delta(&newtm, &tm) != (newt - t) ||
609 newtm.tm_isdst != tm.tm_isdst)) {
613 newtm = *newtmp;
615 abbr(&newtm),
622 (delta(&newtm, &tm) != (newt - t) ||
623 newtm.tm_isdst != tm.tm_isdst ||
624 strcmp(abbr(&newtm), buf) != 0)) {
628 newtm = *newtmp;
630 abbr(&newtm),
638 tm = newtm;