Searched refs:sym_ntos (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 517 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function 560 result = sym_ntos(__p_type_syms, type, &success); in p_type() 584 return (sym_ntos(symbols, section, (int *)0)); in p_section() 596 result = sym_ntos(__p_class_syms, class, &success); in p_class() 665 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
|
/bionic/libc/private/ |
D | resolv_private.h | 390 #define sym_ntos __sym_ntos macro 416 const char * sym_ntos(const struct res_sym *, int, int *);
|