Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_jjy.c1187 double fSeconds ; in jjy_receive_tristate_jjy01() local
1341 fSeconds = difftime( now, up->tLastAdjustedTimestamp ) ; in jjy_receive_tristate_jjy01()
1345 && ( fSeconds >= ( pp->fudgetime2 * 3600 ) || ( ! up->bStusReplyAdjustedAtLeastOnce ) ) ) { in jjy_receive_tristate_jjy01()
1347 if ( fSeconds < 60 ) { in jjy_receive_tristate_jjy01()
1348 snprintf( sLog, sizeof(sLog)-1, JJY_CLOCKSTATS_MESSAGE_STUS_UNADJUSTED, fSeconds, "seconds" ) ; in jjy_receive_tristate_jjy01()
1349 } else if ( fSeconds < 3600 ) { in jjy_receive_tristate_jjy01()
1350 …snprintf( sLog, sizeof(sLog)-1, JJY_CLOCKSTATS_MESSAGE_STUS_UNADJUSTED, fSeconds / 60, "minutes" )… in jjy_receive_tristate_jjy01()
1351 } else if ( fSeconds < 86400 ) { in jjy_receive_tristate_jjy01()
1352 …snprintf( sLog, sizeof(sLog)-1, JJY_CLOCKSTATS_MESSAGE_STUS_UNADJUSTED, fSeconds / 3600, "hours" )… in jjy_receive_tristate_jjy01()
1354 …snprintf( sLog, sizeof(sLog)-1, JJY_CLOCKSTATS_MESSAGE_STUS_UNADJUSTED, fSeconds / 86400, "days" )… in jjy_receive_tristate_jjy01()