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

/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c167 #define MAXTOKENS (1+1+MAXARGS+MOREARGS+2) /* maximum number of usable tokens */ macro
1285 for (*ntok = 0; *ntok < MAXTOKENS; (*ntok)++) {
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c347 #define MAXTOKENS (1+MAXARGS+2) /* maximum number of usable tokens */ macro
1726 for (*ntok = 0; *ntok < MAXTOKENS; (*ntok)++) {
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c5365 for (ntok = 1; ntok < MAXTOKENS; ntok++) {
5382 if (ntok == MAXTOKENS) {

Completed in 103 milliseconds