Lines Matching refs:str2name
59 str2name(const char *namestr) {
108 ATF_REQUIRE_EQ(dst_key_fromdns(str2name(keynamestr), rdclass,
134 str2name("null.example")),
140 str2name("insecure.example"),
178 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("example.com"),
198 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("example.com"),
209 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("null.example"),
214 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("null.example"),
228 str2name("null.example")),
230 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("null.example"),
254 ATF_REQUIRE_EQ(dns_keytable_delete(keytable, str2name("example.org")),
256 ATF_REQUIRE_EQ(dns_keytable_delete(keytable, str2name("s.example.com")),
258 ATF_REQUIRE_EQ(dns_keytable_delete(keytable, str2name("example.com")),
262 ATF_REQUIRE_EQ(dns_keytable_delete(keytable, str2name("null.example")),
267 str2name("insecure.example")),
314 ATF_REQUIRE_EQ(dns_keytable_delete(keytable, str2name("example.com")),
351 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("example.org"),
353 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("sub.example.com"),
355 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("example.com"),
358 ATF_REQUIRE_EQ(dns_keytable_find(keytable, str2name("null.example"),
370 str2name("example.com"),
372 ATF_REQUIRE_EQ(dns_name_equal(name, str2name("example.com")), ISC_TRUE);
374 str2name("s.example.com"),
376 ATF_REQUIRE_EQ(dns_name_equal(name, str2name("example.com")), ISC_TRUE);
378 str2name("example.org"),
381 str2name("null.example"),
383 ATF_REQUIRE_EQ(dns_name_equal(name, str2name("null.example")),
392 str2name("example.org"),
396 str2name("sub.example.com"),
400 str2name("example.com"),
404 str2name("example.com"),
408 str2name("null.example"),
412 str2name("example.com"),
443 str2name(*n),
455 str2name("example.org"),
523 str2name("insecure.example"),
529 str2name("test.secure.example"),
536 str2name("test.insecure.example"),
542 covered = dns_view_ntacovers(myview, now, str2name("insecure.example"),
547 covered = dns_view_ntacovers(myview, now, str2name("secure.example"),
553 str2name("test.insecure.example"),
559 result = dns_view_issecuredomain(myview, str2name("test.new.example"),
564 result = dns_ntatable_add(ntatable, str2name("new.example"),
568 result = dns_view_issecuredomain(myview, str2name("test.new.example"),
573 result = dns_ntatable_delete(ntatable, str2name("new.example"));
576 result = dns_view_issecuredomain(myview, str2name("test.new.example"),