Searched refs:sym_ntos (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/resolv/ |
D | res_debug.c | 520 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function 536 libresolv_hidden_def (sym_ntos) in libresolv_hidden_def() argument 560 return (sym_ntos(__p_type_syms, type, (int *)0)); in p_type() 579 return (sym_ntos(symbols, section, (int *)0)); in libresolv_hidden_def() 587 return (sym_ntos(__p_class_syms, class, (int *)0)); in p_class() 641 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
|
D | resolv.h | 231 #define sym_ntos __sym_ntos macro 240 const char * sym_ntos (const struct res_sym *, int, int *) __THROW
|
/glibc-2.36/ |
D | NEWS | 652 res_nameinquery, res_queriesmatch, res_randomid, sym_ntop, sym_ntos,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 7821 Declare sym_ntos, sym_ntop, b64_ntop, b64_pton, __p_fqnname,
|
D | ChangeLog.23 | 3291 (sym_ntos): Remove. 3328 (sym_ntos): New.
|