Searched refs:res_sym (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | resolv.h | 156 struct res_sym { struct 343 extern const struct res_sym __p_key_syms[]; 344 extern const struct res_sym __p_cert_syms[]; 345 extern const struct res_sym __p_class_syms[]; 346 extern const struct res_sym __p_type_syms[]; 347 extern const struct res_sym __p_rcode_syms[]; 353 int sym_ston __P((const struct res_sym *, const char *, int *)); 354 const char *sym_ntos __P((const struct res_sym *, int, int *)); 355 const char *sym_ntop __P((const struct res_sym *, int, int *));
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 432 const struct res_sym __p_class_syms[] = { 446 const struct res_sym __p_default_section_syms[] = { 454 const struct res_sym __p_update_section_syms[] = { 462 const struct res_sym __p_key_syms[] = { 471 const struct res_sym __p_cert_syms[] = { 485 const struct res_sym __p_type_syms[] = { 560 const struct res_sym __p_rcode_syms[] = { 580 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston() 594 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() 612 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop() [all …]
|