Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/resolv/
Dres_debug.c571 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function
614 result = sym_ntos(__p_type_syms, type, &success); in p_type()
638 return (sym_ntos(symbols, section, (int *)0)); in p_section()
650 result = sym_ntos(__p_class_syms, class, &success); in p_class()
720 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
1239 #undef sym_ntos
1240 __weak_reference(__sym_ntos, sym_ntos);
DSymbol.map54 sym_ntos;
/freebsd-9-stable/include/
Dresolv.h386 #define sym_ntos __sym_ntos macro
419 const char * sym_ntos(const struct res_sym *, int, int *);