Searched refs:extrabytes (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h253 extern unsigned int extrabytes;
/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c991 int extrabytes;
998 extrabytes = 5; /* NUMBYTES (ln - lastln - 1) + 1; */
1000 extrabytes = 5; /* NUMBYTES (ln - 1) + 1; */
1002 extrabytes = 0;
1005 = 8 + extrabytes;
990 int extrabytes; local
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c559 if (msg != query->lookup->sendmsg && extrabytes != 0U)
561 "end\n", extrabytes, extrabytes != 0 ? "s" : "");
H A Ddighost.c132 unsigned int extrabytes; variable
2352 extrabytes = 0;
3437 extrabytes = isc_buffer_remaininglength(b);

Completed in 70 milliseconds