/bind-9.6-ESV-R11/bin/named/ |
H A D | tkeyconf.c | 80 RETERR(dns_name_fromtext(name, &b, dns_rootname, 95 RETERR(dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE, 115 RETERR(dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE,
|
H A D | tsigconf.c | 84 ret = dns_name_fromtext(&keyname, &keynamesrc, dns_rootname,
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | master_test.c | 77 result = dns_name_fromtext(&origin, &source, dns_rootname, 80 fprintf(stdout, "dns_name_fromtext: %s\n",
|
H A D | name_test.c | 130 result = dns_name_fromtext(origin, &source, 135 "dns_name_fromtext() failed: %d\n", 154 result = dns_name_fromtext(comp, &source, 158 "dns_name_fromtext() failed: %d\n", 179 result = dns_name_fromtext(name, &source, origin,
|
H A D | nsec3hash.c | 106 result = dns_name_fromtext(name, &buffer, dns_rootname, 0, NULL); 107 check_result(result, "dns_name_fromtext() failed");
|
H A D | zone_test.c | 106 result = dns_name_fromtext(dns_fixedname_name(&fixorigin), 108 ERRRET(result, "dns_name_fromtext"); 208 result = dns_name_fromtext(dns_fixedname_name(&name), 210 ERRCONT(result, "dns_name_fromtext");
|
H A D | sig0_test.c | 160 result = dns_name_fromtext(qname, &namesrc, dns_rootname, ISC_FALSE, 162 CHECK("dns_name_fromtext", result); 267 result = dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE, NULL); 268 CHECK("dns_name_fromtext", result);
|
H A D | db_test.c | 133 result = dns_name_fromtext(origin, &source, dns_rootname, ISC_FALSE, 184 result = dns_name_fromtext(seekname, &source, 270 result = dns_name_fromtext(origin, &source, dns_rootname, ISC_FALSE, 744 result = dns_name_fromtext(&name, &source, origin,
|
H A D | nsecify.c | 142 result = dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE, NULL); 143 check_result(result, "dns_name_fromtext()");
|
/bind-9.6-ESV-R11/contrib/sdb/bdb/ |
H A D | zone2bdb.c | 139 REQUIRE(dns_name_fromtext(dns_fixedname_name(&origin), &b, dns_rootname,
|
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 105 tresult = dns_name_fromtext(dns_fixedname_name(&fixed), &b, 204 tresult = dns_name_fromtext(name, &buffer, dns_rootname, 268 tresult = dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE, NULL); 351 result = dns_name_fromtext(name, &b, dns_rootname, ISC_FALSE, NULL); 617 tresult = dns_name_fromtext(name, &b, 671 tresult = dns_name_fromtext(name, &b, dns_rootname, 704 tresult = dns_name_fromtext(name, &b, dns_rootname, 750 tresult = dns_name_fromtext(dns_fixedname_name(&fixed), &b, 765 tresult = dns_name_fromtext(dns_fixedname_name(&fixed), &b, 784 tresult = dns_name_fromtext(dns_fixedname_nam [all...] |
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | dst_test.c | 267 result = dns_name_fromtext(name, &b, NULL, ISC_FALSE, NULL); 279 result = dns_name_fromtext(name, &b, NULL, ISC_FALSE, NULL);
|
H A D | gsstest.c | 215 result = dns_name_fromtext(dns_fixedname_name(&queryname), &buf, 217 CHECK("dns_name_fromtext", result); 373 result = dns_name_fromtext(dns_fixedname_name(&servername), &buf, 375 CHECK("dns_name_fromtext", result); 381 result = dns_name_fromtext(dns_fixedname_name(&gssname), &buf, 383 CHECK("dns_name_fromtext", result);
|
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keycreate.c | 155 result = dns_name_fromtext(dns_fixedname_name(&keyname), &namestr, 157 CHECK("dns_name_fromtext", result); 162 result = dns_name_fromtext(dns_fixedname_name(&ownername), &namestr, 164 CHECK("dns_name_fromtext", result);
|
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | px_26.c | 59 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target)); 69 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
|
/bind-9.6-ESV-R11/bin/tests/db/ |
H A D | t_db.c | 63 dns_result = dns_name_fromtext(dns_fixedname_name(&dns_origin), 66 t_info("dns_name_fromtext failed %s\n", 191 dns_result = dns_name_fromtext(dns_fixedname_name(&dns_findname), 194 t_info("dns_name_fromtext failed %s\n", 304 dns_result = dns_name_fromtext(dns_fixedname_name(&dns_origin), 307 t_info("dns_name_fromtext failed %s\n", 583 dns_result = dns_name_fromtext(dns_fixedname_name(&dns_origin), 586 t_info("dns_name_fromtext failed %s\n", 829 dns_result = dns_name_fromtext(dns_fixedname_name(&dns_findname), 832 t_info("dns_name_fromtext faile [all...] |
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dbiterator_test.c | 61 result = dns_name_fromtext(&dns_origin, &source, dns_rootname, 88 return (dns_name_fromtext(name, &b, dns_rootname, 0, NULL));
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-keyfromlabel.c | 265 ret = dns_name_fromtext(name, &buf, dns_rootname, ISC_FALSE, NULL);
|
/bind-9.6-ESV-R11/bin/tests/master/ |
H A D | t_master.c | 95 dns_result = dns_name_fromtext(&dns_origin, &source, dns_rootname, 98 t_info("dns_name_fromtext failed %s\n",
|
/bind-9.6-ESV-R11/contrib/sdb/pgsql/ |
H A D | zonetodb.c | 177 result = dns_name_fromtext(origin, &b, dns_rootname, ISC_FALSE, NULL); 178 check_result(result, "dns_name_fromtext");
|
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | cname_5.c | 46 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
|
H A D | dname_39.c | 47 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
|
H A D | lp_107.c | 50 return (dns_name_fromtext(&name, &buffer, origin, options, target));
|
H A D | mb_7.c | 45 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
|
H A D | md_3.c | 45 RETTOK(dns_name_fromtext(&name, &buffer, origin, options, target));
|