Home
last modified time | relevance | path

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

/freebsd-13-stable/include/
HDresolv.h121 struct res_sym { struct
331 extern const struct res_sym __p_key_syms[];
332 extern const struct res_sym __p_cert_syms[];
333 extern const struct res_sym __p_class_syms[];
334 extern const struct res_sym __p_type_syms[];
335 extern const struct res_sym __p_rcode_syms[];
420 int sym_ston(const struct res_sym *, const char *, int *);
421 const char * sym_ntos(const struct res_sym *, int, int *);
422 const char * sym_ntop(const struct res_sym *, int, int *);
/freebsd-13-stable/lib/libc/resolv/
HDres_debug.c405 const struct res_sym __p_class_syms[] = {
419 static const struct res_sym __p_default_section_syms[] = {
427 static const struct res_sym __p_update_section_syms[] = {
435 const struct res_sym __p_key_syms[] = {
444 const struct res_sym __p_cert_syms[] = {
458 const struct res_sym __p_type_syms[] = {
533 const struct res_sym __p_rcode_syms[] = {
553 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston()
567 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos()
585 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
[all …]