Home
last modified time | relevance | path

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

/mirbsd/src/include/
Dresolv.h236 struct res_sym { struct
246 extern const struct res_sym __p_class_syms[]; argument
247 extern const struct res_sym __p_type_syms[];
303 int sym_ston(const struct res_sym *, char *, int *);
304 const char * sym_ntos(const struct res_sym *, int, int *);
305 const char * sym_ntop(const struct res_sym *, int, int *);
/mirbsd/src/lib/libc/net/
Dres_debug_syms.c89 const struct res_sym __p_class_syms[] = {
103 const struct res_sym __p_type_syms[] = {
154 __sym_ntos(const struct res_sym *syms, int number, int *success) in __sym_ntos()
Dres_debug.c826 __sym_ston(const struct res_sym *syms, char *name, int *success) in __sym_ston()
841 __sym_ntop(const struct res_sym *syms, int number, int *success) in __sym_ntop()