Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/resolv/
Dres_debug.c569 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() function
612 result = sym_ntos(__p_type_syms, type, &success); in p_type()
636 return (sym_ntos(symbols, section, (int *)0)); in p_section()
648 result = sym_ntos(__p_class_syms, class, &success); in p_class()
718 return (sym_ntos(__p_rcode_syms, rcode, (int *)0)); in p_rcode()
1232 #undef sym_ntos
1233 __weak_reference(__sym_ntos, sym_ntos);
DSymbol.map54 sym_ntos;
/freebsd-12-stable/include/
Dresolv.h388 #define sym_ntos __sym_ntos macro
421 const char * sym_ntos(const struct res_sym *, int, int *);