Searched defs:totext (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Ddnstap_test.c284 ATF_TC(totext); variable
285 ATF_TC_HEAD(totext, tc) {
288 ATF_TC_BODY(totext, tc) {
374 ATF_TP_ADD_TC(tp, totext);
H A Dmaster_test.c460 ATF_TC(totext); variable
461 ATF_TC_HEAD(totext, tc) {
462 atf_tc_set_md_var(tc, "descr", "masterfile totext tests");
464 ATF_TC_BODY(totext, tc) {
673 ATF_TP_ADD_TC(tp, totext);
/bind-9.11.3/bin/dig/
H A Dhost.c124 } totext; local
128 totext.deconsttext = buf;
130 totext.consttext = rcodetext[rcode];
131 return totext.deconsttext;
H A Dnslookup.c149 } totext; local
153 totext.deconsttext = buf;
155 totext.consttext = rcodetext[rcode];
156 return totext.deconsttext;
/bind-9.11.3/bin/tools/
H A Dmdig.c194 } totext; local
198 totext.deconsttext = buf;
200 totext.consttext = rcodetext[rcode];
201 return totext.deconsttext;

Completed in 16 milliseconds