Searched refs:DstSwitchYear (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c636 int DstSwitchYear = 0; local
726 sscanf(optarg, "%2d%2d%2d%2d%2d", &DstSwitchYear, &DstSwitchMonth, &DstSwitchDayOfMonth,
887 DstSwitchDayOfYear = ConvertMonthDayToDayOfYear (DstSwitchYear, DstSwitchMonth, DstSwitchDayOfMonth);
890 DstSwitchPendingYear = DstSwitchYear;
912 DstSwitchYear, DstSwitchDayOfYear, DstSwitchHour, DstSwitchMinute);
1284 if ((Year == DstSwitchYear) && (DayOfYear == DstSwitchDayOfYear) && (Hour == DstSwitchHour) && (Minute == DstSwitchMinute))

Completed in 106 milliseconds