Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/time/
Dzdump.c280 struct tm newtm; local
387 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;