Searched refs:vbuf (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | loc_29.c | 471 char vbuf[sizeof("90000000m")]; local 499 sprintf(vbuf, "%lum", (vp>>4) * poweroften[(vp&0x0f)-2]); 501 sprintf(vbuf, "0.%02lum", (vp>>4) * poweroften[(vp&0x0f)]); 554 sbuf, hbuf, vbuf);
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | rdata_test.c | 1161 isc_buffer_t vbuf; local 1166 isc_buffer_init(&vbuf, viabuf, sizeof(viabuf)); 1168 viastruct(&rdata, mctx2, &rdata2, &vbuf);
|
Completed in 584 milliseconds