Searched refs:CountOfSecondsSent (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/util/
H A Dtg2.c671 int CountOfSecondsSent = 0; /* Counter of seconds */ local
1110 printf (", CountOfSecondsSent = %d, TotalCyclesAdded = %d, TotalCyclesRemoved = %d\n", CountOfSecondsSent, TotalCyclesAdded, TotalCyclesRemoved);
1155 for (CountOfSecondsSent=0; ((SecondsToSend==0) || (CountOfSecondsSent<SecondsToSend)); CountOfSecondsSent++)
1157 if ((encode == IRIG) && (((Second % 20) == 0) || (CountOfSecondsSent == 0)))
1165 printf (" CountOfSecondsSent = %d, TotalCyclesAdded = %d, TotalCyclesRemoved = %d\n", CountOfSecondsSent, TotalCyclesAdded, TotalCyclesRemoved);
1166 if ((CountOfSecondsSent !
[all...]

Completed in 76 milliseconds