Searched refs:test_dns_name_startswith_one (Results 1 - 1 of 1) sorted by relevance
/systemd/src/test/ |
H A D | test-dns-domain.c | 277 static void test_dns_name_startswith_one(const char *a, const char *b, int ret) { function 282 test_dns_name_startswith_one("", "", true); 283 test_dns_name_startswith_one("", "xxx", false); 284 test_dns_name_startswith_one("xxx", "", true); 285 test_dns_name_startswith_one("x", "x", true); 286 test_dns_name_startswith_one("x", "y", false); 287 test_dns_name_startswith_one("x.y", "x.y", true); 288 test_dns_name_startswith_one("x.y", "y.x", false); 289 test_dns_name_startswith_one("x.y", "x", true); 290 test_dns_name_startswith_one(" [all...] |
Completed in 1696 milliseconds