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

/freebsd-9.3-release/include/
H A Dresolv.h119 struct res_sym { struct
328 extern const struct res_sym __p_key_syms[];
329 extern const struct res_sym __p_cert_syms[];
330 extern const struct res_sym __p_class_syms[];
331 extern const struct res_sym __p_type_syms[];
332 extern const struct res_sym __p_rcode_syms[];
415 int sym_ston(const struct res_sym *, const char *, int *);
416 const char * sym_ntos(const struct res_sym *, int, int *);
417 const char * sym_ntop(const struct res_sym *, int, int *);
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_debug.c409 const struct res_sym __p_class_syms[] = {
423 static const struct res_sym __p_default_section_syms[] = {
431 static const struct res_sym __p_update_section_syms[] = {
439 const struct res_sym __p_key_syms[] = {
448 const struct res_sym __p_cert_syms[] = {
462 const struct res_sym __p_type_syms[] = {
518 const struct res_sym __p_rcode_syms[] = {
538 sym_ston(const struct res_sym *syms, const char *name, int *success) {
552 sym_ntos(const struct res_sym *syms, int number, int *success) {
570 sym_ntop(const struct res_sym *sym
[all...]

Completed in 101 milliseconds