Symbol: res_sym
usr/src/head/resolv.h
343
extern const struct res_sym __p_key_syms[];
usr/src/head/resolv.h
344
extern const struct res_sym __p_cert_syms[];
usr/src/head/resolv.h
345
extern const struct res_sym __p_class_syms[];
usr/src/head/resolv.h
346
extern const struct res_sym __p_type_syms[];
usr/src/head/resolv.h
347
extern const struct res_sym __p_rcode_syms[];
usr/src/head/resolv.h
353
int sym_ston __P((const struct res_sym *, const char *, int *));
usr/src/head/resolv.h
354
const char *sym_ntos __P((const struct res_sym *, int, int *));
usr/src/head/resolv.h
355
const char *sym_ntop __P((const struct res_sym *, int, int *));
usr/src/lib/libresolv2/common/resolv/res_debug.c
427
const struct res_sym __p_class_syms[] = {
usr/src/lib/libresolv2/common/resolv/res_debug.c
441
const struct res_sym __p_default_section_syms[] = {
usr/src/lib/libresolv2/common/resolv/res_debug.c
449
const struct res_sym __p_update_section_syms[] = {
usr/src/lib/libresolv2/common/resolv/res_debug.c
457
const struct res_sym __p_key_syms[] = {
usr/src/lib/libresolv2/common/resolv/res_debug.c
466
const struct res_sym __p_cert_syms[] = {
usr/src/lib/libresolv2/common/resolv/res_debug.c
480
const struct res_sym __p_type_syms[] = {
usr/src/lib/libresolv2/common/resolv/res_debug.c
555
const struct res_sym __p_rcode_syms[] = {
usr/src/lib/libresolv2/common/resolv/res_debug.c
575
sym_ston(const struct res_sym *syms, const char *name, int *success) {
usr/src/lib/libresolv2/common/resolv/res_debug.c
589
sym_ntos(const struct res_sym *syms, int number, int *success) {
usr/src/lib/libresolv2/common/resolv/res_debug.c
607
sym_ntop(const struct res_sym *syms, int number, int *success) {
usr/src/lib/libresolv2/common/resolv/res_debug.c
646
const struct res_sym *symbols;