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

/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-subs.c161 #define MAXLIST 64 /* maximum number of variables in list */ macro
184 } varlist[MAXLIST] = { { 0, 0 } };
253 for (vl = list; vl < list + MAXLIST && vl->name != 0; vl++)
256 if (vl < list + MAXLIST)
321 for ( ; (vl+1) < (varlist+MAXLIST)
342 for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) {
371 for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) {
434 for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) {
623 struct varlist tmplist[MAXLIST];
656 struct varlist tmplist[MAXLIST];
[all...]

Completed in 55 milliseconds