Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dlib_strbuf.c59 static int lib_nextbuf; in lib_getbuf() local
66 mybuf = lib_nextbuf; in lib_getbuf()
67 lib_nextbuf = (1 + mybuf) % COUNTOF(lib_stringbuf); in lib_getbuf()
/src/contrib/ntp/
H A DCommitLog140668 No need to call init_lib(), lib_nextbuf is already zero initially.
140683 no need to zero lib_nextbuf in init_lib(), it's zero initially.