Searched refs:newtm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c191 struct tm newtm; local
302 newtm = *newtmp;
304 (delta(&newtm, &tm) != (newt - t) ||
305 newtm.tm_isdst != tm.tm_isdst ||
306 strcmp(abbr(&newtm), buf) != 0)) {
310 newtm = *newtmp;
312 abbr(&newtm),
317 tm = newtm;

Completed in 43 milliseconds