Searched defs:rcodetext (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/dig/
H A Dhost.c74 static const char *rcodetext[] = { variable
126 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) {
130 totext.consttext = rcodetext[rcode];
H A Dnslookup.c72 static const char *rcodetext[] = { variable
151 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) {
155 totext.consttext = rcodetext[rcode];
/bind-9.11.3/bin/tools/
H A Dmdig.c166 static const char * const rcodetext[] = { variable
186 /*% safe rcodetext[] */
196 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) {
200 totext.consttext = rcodetext[rcode];

Completed in 14 milliseconds