Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c145 #pragma weak __sym_ntos = sym_ntos
589 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function
632 result = sym_ntos(__p_type_syms, type, &success); in p_type()
656 return (sym_ntos(symbols, section, (int *)0)); in p_section()
668 result = sym_ntos(__p_class_syms, class, &success); in p_class()
738 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
/illumos-gate/usr/src/head/
H A Dresolv.h354 const char *sym_ntos __P((const struct res_sym *, int, int *));
/illumos-gate/usr/src/lib/libresolv2/common/
H A Dmapfile-vers411 sym_ntos;