Searched defs:test_dns_service_split_one (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-dns-domain.c456 static void test_dns_service_split_one(const char *joined, const char *a, const char *b, const char *c, int r) { function
475 test_dns_service_split_one("", NULL, NULL, ".", 0);
476 test_dns_service_split_one("foo", NULL, NULL, "foo", 0);
477 test_dns_service_split_one("foo.bar", NULL, NULL, "foo.bar", 0);
478 test_dns_service_split_one("_foo.bar", NULL, NULL, "_foo.bar", 0);
479 test_dns_service_split_one("_foo._bar", NULL, "_foo._bar", ".", 0);
480 test_dns_service_split_one("_meh._foo._bar", "_meh", "_foo._bar", ".", 0);
481 test_dns_service_split_one("Wuff\\032Wuff._foo._bar.waldo.com", "Wuff Wuff", "_foo._bar", "waldo.com", 0);

Completed in 10 milliseconds