Home
last modified time | relevance | path

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

/freebsd/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);