Searched refs:notany (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dacl_test.c53 dns_acl_t *notany = NULL; local
92 result = dns_acl_create(mctx, 1, &notany);
98 result = dns_acl_merge(notany, any, ISC_FALSE);
103 ATF_CHECK(!dns_acl_isinsecure(notany)); /* !any; */
108 dns_acl_detach(&notany);

Completed in 75 milliseconds