Searched refs:nextvar (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq.h | 151 extern int nextvar (size_t *, const char **, char **, char **);
|
| H A D | libntpq.c | 143 while (nextvar(&idatalen, &resultbuf, &name, &value)) { in ntpq_getvar()
|
| H A D | ntpq-subs.c | 489 while (nextvar(&len, &vars, &name, &value)) { in doaddvlist() 525 while (nextvar(&len, &vars, &name, &value)) { in dormvlist() 1730 while (nextvar(&datalen, &data, &name, &value)) { in doprintpeers() 2736 while (!qres && nextvar(&rsize, &rdata, &tag, &val)) { in collect_mru_list() 3481 while (nextvar(&dsize, &datap, &tag, &val)) { in ifstats() 3694 while (nextvar(&dsize, &datap, &tag, &val)) { in reslist() 3804 while (nextvar(&rsize, &rdata, &tag, &val)) { in collect_display_vdc()
|
| H A D | ntpq.c | 3270 nextvar( in nextvar() function 3681 while (nextvar(&length, &data, &name, &value)) { in cookedprint()
|
| /src/contrib/ntp/ |
| H A D | NEWS | 512 - rework of ntpq 'nextvar()' key/value parsing 2246 * nextvar() missing length check in ntpq 2254 Summary: ntpq may call nextvar() which executes a memcpy() into the 4278 - rework of ntpq 'nextvar()' key/value parsing 6012 * nextvar() missing length check in ntpq 6020 Summary: ntpq may call nextvar() which executes a memcpy() into the
|
| H A D | ChangeLog | 429 - rework of ntpq 'nextvar()' key/value parsing 804 * [Sec 2937] ntpq: nextvar() missing length check. perlinger@ntp.org
|
| H A D | CommitLog | 14153 - rework of ntpq 'nextvar()' key/value parsing 14157 - rework of ntpq 'nextvar()' key/value parsing 14161 - rework of ntpq 'nextvar()' key/value parsing 14165 - rework of ntpq 'nextvar()' key/value parsing 27855 [Bug 2937] (NTPQ) nextvar() missing length check 27858 [Bug 2937] (NTPQ) nextvar() missing length check 27861 [Bug 2937] (NTPQ) nextvar() missing length check 141246 correct ntpq nextvar() warning cleanp
|