Searched refs:sym_ston (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/include/
H A Dresolv.h388 #define sym_ston __sym_ston macro
419 int sym_ston(const struct res_sym *, const char *, int *);
/freebsd-current/lib/libc/resolv/
H A Dres_debug.c548 sym_ston(const struct res_sym *syms, const char *name, int *success) { function
1175 result = sym_ston(__p_class_syms, buf, &success);
1198 result = sym_ston(__p_type_syms, buf, &success);
1223 #undef sym_ston macro
1224 __weak_reference(__sym_ston, sym_ston);
H A Dres_mkupdate.c475 sig_type = sym_ston(__p_type_syms, buf2, &success);
608 nxt_type = sym_ston(__p_type_syms, buf2,

Completed in 168 milliseconds