Searched refs:rcodetext (Results 1 – 3 of 3) sorted by relevance
69 static const char *rcodetext[] = { variable121 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) { in rcode_totext()125 totext.consttext = rcodetext[rcode]; in rcode_totext()
56 static const char *rcodetext[] = { variable135 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) { in rcode_totext()139 totext.consttext = rcodetext[rcode]; in rcode_totext()
96 static const char * const rcodetext[] = { variable124 if (rcode >= (sizeof(rcodetext)/sizeof(rcodetext[0]))) { in rcode_totext()128 return (rcodetext[rcode]); in rcode_totext()