Searched refs:dns_master_loadfile (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dmaster_test.c88 result = dns_master_loadfile(argv[1], &origin, &origin,
91 fprintf(stdout, "dns_master_loadfile: %s\n",
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dmaster.h99 dns_master_loadfile(const char *master_file,
/bind-9.6-ESV-R11/bin/tests/master/
H A Dt_master.c116 dns_result = dns_master_loadfile( testfile,
127 t_info("dns_master_loadfile: got %s, expected %s\n",
182 static const char *a1 = "dns_master_loadfile loads a valid master file and "
187 t_assert("dns_master_loadfile", 1, T_REQUIRED, "%s", a1);
193 "dns_master_loadfile returns ISC_R_UNEXPECTEDEND when the "
199 t_assert("dns_master_loadfile", 2, T_REQUIRED, "%s", a2);
204 static const char *a3 = "dns_master_loadfile returns DNS_R_NOOWNER when the "
210 t_assert("dns_master_loadfile", 3, T_REQUIRED, "%s", a3);
215 static const char *a4 = "dns_master_loadfile accepts broken zone files "
222 t_assert("dns_master_loadfile",
[all...]
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dmaster_test.c107 result = dns_master_loadfile(testfile, &dns_origin, &dns_origin,
120 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() loads a "
141 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
163 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() accepts broken "
185 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
208 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
229 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
249 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
270 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
291 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understand
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Drootns.c229 result = dns_master_loadfile(filename, &db->origin,
H A Dmaster.c2356 dns_master_loadfile(const char *master_file, dns_name_t *top, function
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c4139 return (dns_master_loadfile(filename, dns_rootname, dns_rootname,

Completed in 33 milliseconds