Home
last modified time | relevance | path

Searched refs:sym_ntos (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/resolv/
H A Dres_debug.c547 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function
590 result = sym_ntos(__p_type_syms, type, &success); in p_type()
614 return (sym_ntos(symbols, section, (int *)0)); in p_section()
626 result = sym_ntos(__p_class_syms, class, &success); in p_class()
696 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
1211 #undef sym_ntos
1212 __weak_reference(__sym_ntos, sym_ntos);
H A DSymbol.map100 sym_ntos;
/dragonfly/include/
H A Dresolv.h370 #define sym_ntos __sym_ntos macro
403 const char *sym_ntos(const struct res_sym *, int, int *);