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

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c668 int SecondsToSend = 0; local
714 sscanf(optarg, "%d", &SecondsToSend);
1153 for (CountOfSecondsSent=0; ((SecondsToSend==0) || (CountOfSecondsSent<SecondsToSend)); CountOfSecondsSent++)
2186 printf ("\n\n>> Completed %d seconds, exiting...\n\n", SecondsToSend);

Completed in 79 milliseconds