Searched refs:MAXLIST (Results 1 – 4 of 4) sorted by relevance
27 #ifndef MAXLIST28 #define MAXLIST 64 macro73 extern struct ntpq_varlist ntpq_varlist[MAXLIST];
218 #define MAXLIST 128 /* maximum variables in list */ macro279 } g_varlist[MAXLIST] = { { 0, 0 } };464 for (vl = list; vl < list + MAXLIST && vl->name != NULL; vl++) in findlistvar()467 if (vl < list + MAXLIST) in findlistvar()535 for ( ; (vl+1) < (g_varlist + MAXLIST) in dormvlist()556 for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) { in doclearvlist()585 for (vl = vlist; vl < vlist + MAXLIST && vl->name != 0; vl++) { in makequerydata()653 for (n = 0; n < MAXLIST && vlist[n].name != NULL; n++) { in doprintvlist()857 struct varlist tmplist[MAXLIST]; in readvar()897 struct varlist tmplist[MAXLIST]; in writevar()[all …]
35 struct ntpq_varlist ntpq_varlist[MAXLIST];
32 #define TWOLINE ((MAXLIST + FUTURE + 15) \