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

/bind-9.6-ESV-R11/lib/dns/tests/
H A Dmaster_test.c389 ATF_TC(totext); variable
390 ATF_TC_HEAD(totext, tc) {
391 atf_tc_set_md_var(tc, "descr", "masterfile totext tests");
393 ATF_TC_BODY(totext, tc) {
491 ATF_TP_ADD_TC(tp, totext);
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c134 } totext; local
138 totext.deconsttext = buf;
140 totext.consttext = rcodetext[rcode];
141 return totext.deconsttext;
H A Dnslookup.c141 } totext; local
145 totext.deconsttext = buf;
147 totext.consttext = rcodetext[rcode];
148 return totext.deconsttext;
H A Ddig.c120 } totext; local
124 totext.deconsttext = buf;
126 totext.consttext = rcodetext[rcode];
127 return totext.deconsttext;

Completed in 18 milliseconds