Home
last modified time | relevance | path

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

/timezone/
A Dzdump.c527 struct tm tm, newtm; in main() local
561 struct tm *newtmp = localtime_rz(tz, &newt, &newtm); in main()
564 || (tm_ok && (delta(&newtm, &tm) != newt - t in main()
565 || newtm.tm_isdst != tm.tm_isdst in main()
566 || strcmp(abbr(&newtm), ab) != 0))) { in main()
568 newtmp = localtime_rz(tz, &newt, &newtm); in main()
572 newtm_ok ? abbr(&newtm) : NULL, argv[i]); in main()
581 ab = saveabbr(&abbrev, &abbrevsize, &newtm); in main()
582 tm = newtm; in main()

Completed in 5 milliseconds