Searched refs:buf1 (Results 1 - 10 of 10) 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
431 strbuf_init(&buf1);
434 while (strbuf_getline(&buf1, fp) != NULL) {
441 nl_trimmed = trim_newline(&buf1);
447 r = convert_line(&buf1, &buf2, conf2, actions1,
450 r = convert_line(&buf1, &buf2, conf1, actions1,
469 r = convert_line(&buf2, &buf1, conf1, actions2,
479 fputs(strbuf_get(&buf1), stdout);
489 strbuf_reset(&buf1);
494 strbuf_reset(&buf1);
502 idnconv_strbuf_t buf1, buf2; local
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dcompress_test.c103 unsigned char buf1[1024]; local
117 isc_buffer_init(&source, buf1, sizeof(buf1));
/bind-9.6-ESV-R11/lib/dns/tests/
H A Drdata_test.c262 unsigned char buf1[1024]; local
277 isc_buffer_init(&target1, buf1, sizeof(buf1));
336 unsigned char buf1[1024]; local
351 isc_buffer_init(&target1, buf1, sizeof(buf1));
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c104 isc_buffer_t buf1, buf2; local
110 isc_buffer_init(&buf1, buffer1, sizeof(buffer1));
111 ret = dst_key_todns(key, &buf1);
117 &buf1, mctx, &newkey);
128 isc_buffer_usedregion(&buf1, &r1);
/bind-9.6-ESV-R11/lib/dns/
H A Dgen.c234 char buf1[TYPECLASSBUF], buf2[TYPECLASSBUF]; local
265 funname(tt->typename, buf1), args);
270 funname(tt->classname, buf1),
522 char buf1[TYPECLASSBUF]; local
801 funname(tt->typename, buf1),
817 s = funname(tt->typename, buf1);
854 s = funname(name, buf1); \
H A Drequest.c1037 isc_buffer_t *buf1 = NULL; local
1052 result = isc_buffer_allocate(mctx, &buf1, 65535);
1064 result = dns_message_renderbegin(message, &cctx, buf1);
1089 isc_buffer_usedregion(buf1, &r);
1108 isc_buffer_free(&buf1);
1114 if (buf1 != NULL)
1115 isc_buffer_free(&buf1);
H A Dvalidator.c964 char buf1[DNS_NAME_FORMATSIZE]; local
1057 dns_name_format(name, buf1, sizeof buf1);
1062 buf1, buf2, buf3);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp417 char buf1[512], buf2[512]; local
419 f1.read(buf1, sizeof(buf1));
433 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) {
/bind-9.6-ESV-R11/bin/tests/names/
H A Dt_names.c1842 isc_buffer_t buf1; local
1853 isc_buffer_init(&buf1, test_name, len);
1854 isc_buffer_add(&buf1, len);
1862 dns_result = dns_name_fromtext(&dns_name1, &buf1, NULL, ISC_FALSE,
1873 isc_buffer_invalidate(&buf1);
1874 isc_buffer_init(&buf1, junk1, BUFLEN);
1875 dns_result = dns_name_totext(&dns_name1, omit_final, &buf1);
1887 dns_result = dns_name_fromtext(&dns_name2, &buf1, NULL, ISC_FALSE,
2008 unsigned char buf1[BIGBUFLEN]; local
2020 isc_buffer_init(&iscbuf1, buf1, sizeo
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c3020 char buf1[ISC_SOCKADDR_FORMATSIZE]; local
3038 isc_sockaddr_format(&sevent->address, buf1,
3039 sizeof(buf1));
3043 " expected %s\n", buf1, buf2);

Completed in 112 milliseconds