Home
last modified time | relevance | path

Searched refs:lib_nextbuf (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ntp/include/
H A Dlib_strbuf.h18 extern int lib_nextbuf;
27 ZERO(lib_stringbuf[lib_nextbuf]); \
28 (bufp) = &lib_stringbuf[lib_nextbuf++][0]; \
29 lib_nextbuf %= COUNTOF(lib_stringbuf); \
/freebsd-12.1/contrib/ntp/libntp/
H A Dlib_strbuf.c21 int lib_nextbuf; variable
/freebsd-12.1/contrib/ntp/
H A DCommitLog130599 No need to call init_lib(), lib_nextbuf is already zero initially.
130614 no need to zero lib_nextbuf in init_lib(), it's zero initially.