Lines Matching refs:res_sym
410 const struct res_sym __p_class_syms[] = {
424 static const struct res_sym __p_default_section_syms[] = {
432 static const struct res_sym __p_update_section_syms[] = {
440 const struct res_sym __p_key_syms[] = {
449 const struct res_sym __p_cert_syms[] = {
463 const struct res_sym __p_type_syms[] = {
538 const struct res_sym __p_rcode_syms[] = {
558 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston()
572 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos()
590 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
629 const struct res_sym *symbols; in p_section()