Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.c572 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function
615 result = sym_ntos(__p_type_syms, type, &success); in p_type()
639 return (sym_ntos(symbols, section, (int *)0)); in p_section()
651 result = sym_ntos(__p_class_syms, class, &success); in p_class()
720 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
/bionic/libc/dns/include/
Dresolv_private.h418 #define sym_ntos __sym_ntos macro
444 const char * sym_ntos(const struct res_sym *, int, int *);