Searched refs:buf2 (Results 1 - 12 of 12) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c385 idnconv_strbuf_t buf1, buf2; local
432 strbuf_init(&buf2);
447 r = convert_line(&buf1, &buf2, conf2, actions1,
450 r = convert_line(&buf1, &buf2, conf1, actions1,
459 if (!idn_utf8_isvalidstring(strbuf_get(&buf2))) {
469 r = convert_line(&buf2, &buf1, conf1, actions2,
490 strbuf_reset(&buf2);
495 strbuf_reset(&buf2);
502 idnconv_strbuf_t buf1, buf2; local
571 strbuf_init(&buf2);
[all...]
/bind-9.6-ESV-R11/lib/dns/tests/
H A Drdata_test.c263 unsigned char buf2[1024]; local
292 isc_buffer_init(&target2, buf2, sizeof(buf2));
300 ATF_REQUIRE_EQ(memcmp(buf2, test_data[i].data,
337 unsigned char buf2[1024]; local
366 isc_buffer_init(&target2, buf2, sizeof(buf2));
374 ATF_REQUIRE_EQ(memcmp(buf2, test_data[i].data,
/bind-9.6-ESV-R11/bin/tests/
H A Dcompress_test.c104 unsigned char buf2[1024]; local
153 isc_buffer_init(&target, buf2, sizeof(buf2));
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c104 isc_buffer_t buf1, buf2; local
122 isc_buffer_init(&buf2, buffer2, sizeof(buffer2));
123 ret = dst_key_todns(newkey, &buf2);
129 isc_buffer_usedregion(&buf2, &r2);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dmap_test.c245 char buf2[] = "2nd test string"; local
265 RE(atf_map_insert(&map, "K3", buf2, false));
270 ATF_REQUIRE_EQ(ptr, buf2);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp417 char buf1[512], buf2[512]; local
423 f2.read(buf2, sizeof(buf2));
433 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) {
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c548 isc_buffer_t buf2; local
553 isc_buffer_init(&buf2, &data_arr2, max_data_len);
574 isc_buffer_putstr(&buf2, token.value.as_pointer);
576 isc_buffer_putmem(&buf2, "\0", 1);
620 isc_buffer_clear(&buf2);
/bind-9.6-ESV-R11/bin/tests/names/
H A Dt_names.c1843 isc_buffer_t buf2; local
1857 isc_buffer_init(&buf2, junk2, BUFLEN);
1863 &buf2);
2009 char buf2[BUFLEN]; local
2028 isc_buffer_init(&iscbuf2, buf2, buflen);
2205 unsigned char buf2[BUFLEN]; local
2232 isc_buffer_init(&iscbuf2, buf2, BUFLEN);
/bind-9.6-ESV-R11/lib/dns/
H A Drequest.c1038 isc_buffer_t *buf2 = NULL; local
1096 result = isc_buffer_allocate(mctx, &buf2, r.length + (tcp ? 2 : 0));
1100 isc_buffer_putuint16(buf2, (isc_uint16_t)r.length);
1101 result = isc_buffer_copyregion(buf2, &r);
1109 *bufferp = buf2;
1116 if (buf2 != NULL)
1117 isc_buffer_free(&buf2);
H A Dgen.c234 char buf1[TYPECLASSBUF], buf2[TYPECLASSBUF]; local
271 funname(tt->typename, buf2), args);
H A Dvalidator.c965 char buf2[DNS_NAME_FORMATSIZE]; local
1058 dns_name_format(foundname, buf2, sizeof buf2);
1062 buf1, buf2, buf3);
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c3021 char buf2[ISC_SOCKADDR_FORMATSIZE]; local
3040 isc_sockaddr_format(&query->sockaddr, buf2,
3041 sizeof(buf2));
3043 " expected %s\n", buf1, buf2);

Completed in 89 milliseconds