Lines Matching refs:result
333 static void test_dns_name_concat_one(const char *a, const char *b, int r, const char *result) {
337 assert_se(streq_ptr(p, result));
484 static void test_dns_name_change_suffix_one(const char *name, const char *old_suffix, const char *new_suffix, int r, const char *result) {
488 assert_se(streq_ptr(s, result));
503 static void test_dns_name_suffix_one(const char *name, unsigned n_labels, const char *result, int ret) {
507 assert_se(streq_ptr(p, result));
587 static void test_dns_name_common_suffix_one(const char *a, const char *b, const char *result) {
591 assert_se(streq(c, result));
607 static void test_dns_name_apply_idna_one(const char *s, const char *result) {
611 assert_se(dns_name_equal(buf, result) > 0);