Home
last modified time | relevance | path

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

/freebsd-src/lib/libc/resolv/
H A Dres_debug.c562 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function
605 result = sym_ntos(__p_type_syms, type, &success); in p_type()
629 return (sym_ntos(symbols, section, (int *)0)); in p_section()
641 result = sym_ntos(__p_class_syms, class, &success); in p_class()
711 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
1225 #undef sym_ntos
1226 __weak_reference(__sym_ntos, sym_ntos);
H A DSymbol.map50 sym_ntos;
/freebsd-src/include/
H A Dresolv.h387 #define sym_ntos __sym_ntos macro
420 const char * sym_ntos(const struct res_sym *, int, int *);