Searched refs:sym_ntos (Results 1 - 3 of 3) sorted by last modified time

/freebsd-10.0-release/include/
H A Dresolv.h383 #define sym_ntos __sym_ntos macro
416 const char * sym_ntos(const struct res_sym *, int, int *);
/freebsd-10.0-release/lib/libc/resolv/
H A DSymbol.map54 sym_ntos;
H A Dres_debug.c552 sym_ntos(const struct res_sym *syms, int number, int *success) { function
595 result = sym_ntos(__p_type_syms, type, &success);
619 return (sym_ntos(symbols, section, (int *)0));
631 result = sym_ntos(__p_class_syms, class, &success);
701 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));
1220 #undef sym_ntos macro
1221 __weak_reference(__sym_ntos, sym_ntos);

Completed in 114 milliseconds