#include <config.h>#include <atf-c.h>#include <unistd.h>#include <dns/name.h>#include <dns/fixedname.h>#include "dnstest.h"Go to the source code of this file.
Functions | |
| ATF_TC (fullcompare) | |
| ATF_TC_HEAD (fullcompare, tc) | |
| ATF_TC_BODY (fullcompare, tc) | |
| ATF_TP_ADD_TCS (tp) | |
Definition in file name_test.c.
| ATF_TC | ( | fullcompare | ) |
| ATF_TC_HEAD | ( | fullcompare | , | |
| tc | ||||
| ) |
Definition at line 36 of file name_test.c.
| ATF_TC_BODY | ( | fullcompare | , | |
| tc | ||||
| ) |
Definition at line 39 of file name_test.c.
References dns_fixedname_init, dns_fixedname_name, dns_name_fromstring2(), dns_name_fullcompare(), dns_namereln_commonancestor, dns_namereln_contains, dns_namereln_equal, dns_namereln_none, dns_namereln_subdomain, ISC_R_SUCCESS, dns_name::labels, and UNUSED.
| ATF_TP_ADD_TCS | ( | tp | ) |
Definition at line 123 of file name_test.c.