Searched refs:UseOffsetSecondsInt (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c661 int UseOffsetSecondsInt = 0; local
776 UseOffsetSecondsInt = (int) (UseOffsetSecondsFloat + 0.5);
1067 if (UseOffsetSecondsInt >= 0)
1068 SecondsPartOfTime += (time_t) UseOffsetSecondsInt;
1070 SecondsPartOfTime -= (time_t) (-UseOffsetSecondsInt);

Completed in 83 milliseconds