Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc.c204 static int numcmds = 0; variable
206 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = (cp)
276 numcmds = 0; in clear_globals()
359 if (numcmds == 0 && interactive == 0 in ntpdcmain()
375 if (numcmds == 0) { in ntpdcmain()
384 for (icmd = 0; icmd < numcmds; icmd++) { in ntpdcmain()
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.c399 size_t numcmds = 0; variable
401 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = (cp)
475 numcmds = 0; in clear_globals()
616 if (numcmds == 0 && interactive == 0 in ntpqmain()
627 if (numcmds == 0) { in ntpqmain()
635 for (icmd = 0; icmd < numcmds; icmd++) { in ntpqmain()