Searched refs:sym_ntos (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_debug.c | 590 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function 633 result = sym_ntos(__p_type_syms, type, &success); in p_type() 657 return (sym_ntos(symbols, section, (int *)0)); in p_section() 669 result = sym_ntos(__p_class_syms, class, &success); in p_class() 738 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 400 #define sym_ntos __sym_ntos macro 425 const char * sym_ntos(const struct res_sym *, int, int *);
|