Home
last modified time | relevance | path

Searched refs:res_sym (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dresolv.h156 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 *));
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c427 const struct res_sym __p_class_syms[] = {
441 const struct res_sym __p_default_section_syms[] = {
449 const struct res_sym __p_update_section_syms[] = {
457 const struct res_sym __p_key_syms[] = {
466 const struct res_sym __p_cert_syms[] = {
480 const struct res_sym __p_type_syms[] = {
555 const struct res_sym __p_rcode_syms[] = {
575 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston()
589 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos()
607 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
[all …]