Searched refs:newtm (Results 1 – 1 of 1) sorted by relevance
280 struct tm newtm; local387 newtm = *newtmp;389 (delta(&newtm, &tm) != (newt - t) ||390 newtm.tm_isdst != tm.tm_isdst ||391 strcmp(abbr(&newtm), buf) != 0)) {395 newtm = *newtmp;396 strlcpy(buf, abbr(&newtm),401 tm = newtm;