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

/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c134 } totext; local
138 totext.deconsttext = buf;
140 totext.consttext = rcodetext[rcode];
141 return totext.deconsttext;
H A Dnslookup.c149 } totext; local
153 totext.deconsttext = buf;
155 totext.consttext = rcodetext[rcode];
156 return totext.deconsttext;
H A Ddig.c122 } totext; local
126 totext.deconsttext = buf;
128 totext.consttext = rcodetext[rcode];
129 return totext.deconsttext;

Completed in 101 milliseconds