Home
last modified time | relevance | path

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

/freebsd/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/contrib/ntp/ntpq/
H A Dntpq.c400 size_t numcmds = 0;
403 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = estrdup(cp)
480 numcmds = 0; in clear_globals()
632 if (numcmds > 0) { in ntpqmain()
637 for (icmd = 0; icmd < numcmds; icmd++) { in ntpqmain()
645 for (icmd = 0; icmd < numcmds; icmd++) in ntpqmain()
404 size_t numcmds = 0; global() variable