Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg2.c663 int UseOffsetSecondsInt = 0; local
778 UseOffsetSecondsInt = (int) (UseOffsetSecondsFloat + 0.5);
1069 if (UseOffsetSecondsInt >= 0)
1070 SecondsPartOfTime += (time_t) UseOffsetSecondsInt;
1072 SecondsPartOfTime -= (time_t) (-UseOffsetSecondsInt);