Lines Matching defs:text
37 const char ** text;
43 static const char *text[ISC_R_NRESULTS] = {
116 register_table(unsigned int base, unsigned int nresults, const char **text,
123 REQUIRE(text != NULL);
134 table->text = text;
155 result = register_table(ISC_RESULTCLASS_ISC, ISC_R_NRESULTS, text,
174 const char *text, *default_text;
181 text = NULL;
187 default_text = table->text[index];
193 text = isc_msgcat_get(table->msgcat, table->set,
198 if (text == NULL)
199 text = isc_msgcat_get(isc_msgcat, ISC_RESULT_UNAVAILABLESET,
200 1, "(result code text not available)");
204 return (text);
209 const char **text, isc_msgcat_t *msgcat, int set)
213 return (register_table(base, nresults, text, msgcat, set));