Home
last modified time | relevance | path

Searched refs:nextvar (Results 1 – 7 of 7) sorted by relevance

/src/contrib/ntp/ntpq/
H A Dntpq.h151 extern int nextvar (size_t *, const char **, char **, char **);
H A Dlibntpq.c143 while (nextvar(&idatalen, &resultbuf, &name, &value)) { in ntpq_getvar()
H A Dntpq-subs.c489 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 Dntpq.c3270 nextvar( in nextvar() function
3681 while (nextvar(&length, &data, &name, &value)) { in cookedprint()
/src/contrib/ntp/
H A DNEWS512 - 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 DChangeLog429 - rework of ntpq 'nextvar()' key/value parsing
804 * [Sec 2937] ntpq: nextvar() missing length check. perlinger@ntp.org
H A DCommitLog14153 - 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