Home
last modified time | relevance | path

Searched refs:wdns_res_to_str (Results 1 – 10 of 10) sorted by relevance

/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-str_to_name.c52 wdns_res_to_str(res), in test_str_to_name()
53 wdns_res_to_str(cur->expected_res)); in test_str_to_name()
70 wdns_res_to_str(res)); in test_str_to_name()
82 wdns_res_to_str(res)); in test_str_to_name()
H A Dtest-str_to_rdata.c283 wdns_res_to_str(res), in test_str_to_rdata()
284 wdns_res_to_str(cur->expected_res)); in test_str_to_rdata()
305 wdns_res_to_str(res)); in test_str_to_rdata()
319 wdns_res_to_str(res)); in test_str_to_rdata()
H A Dtest-str_to_rcode.c45 fprintf (stderr, "FAIL: %s res=%s\n", rcodes[n].str, wdns_res_to_str(res)); in test_str_to_rcode()
/dports/dns/wdns/wdns-0.10.0/wdns/
H A Dres_to_str.c2 wdns_res_to_str(wdns_res res) in wdns_res_to_str() function
H A Dlibwdns.sym28 wdns_res_to_str;
H A Dwdns.h257 const char * wdns_res_to_str(wdns_res res);
H A Dwdns.h.in257 const char * wdns_res_to_str(wdns_res res);
/dports/dns/py-pywdns/pywdns-0.10.1/
H A Dwdns.pxi110 char * wdns_res_to_str(wdns_res res)
H A Dwdns.pyx317 raise Exception, 'wdns_str_to_rcode() failed: %s' % wdns_res_to_str(res)
/dports/dns/wdns/wdns-0.10.0/
H A DChangeLog89 * wdns_res_to_str(): new function.