Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/libamu/
H A Dwire.c97 int bufcount = 0; in print_wires() local
120 bufcount += strlen(s); in print_wires()
121 if (bufcount > buf_size) { in print_wires()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpd.c1507 int bufcount = 0; local
1537 bufcount++;
1552 if (bufcount) {
1553 collect_timing(NULL, "processing", bufcount, &tsb);
1554 DPRINTF(2, ("processing time for %d buffers %s\n", bufcount, lfptoa(&tsb, 9)));