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

/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c164 #define MAXCMDS 100 /* maximum commands on cmd line */ macro
205 static const char *ccmds[MAXCMDS];
206 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = (cp)
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c344 #define MAXCMDS 100 /* maximum commands on cmd line */ macro
400 const char *ccmds[MAXCMDS];
401 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = (cp)

Completed in 151 milliseconds