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

/freebsd-10.2-release/include/
H A Dresolv.h387 #define sym_ston __sym_ston macro
418 int sym_ston(const struct res_sym *, const char *, int *);
/freebsd-10.2-release/lib/libc/resolv/
H A Dres_debug.c557 sym_ston(const struct res_sym *syms, const char *name, int *success) { function
1189 result = sym_ston(__p_class_syms, buf, &success);
1212 result = sym_ston(__p_type_syms, buf, &success);
1237 #undef sym_ston macro
1238 __weak_reference(__sym_ston, sym_ston);
H A Dres_mkupdate.c478 sig_type = sym_ston(__p_type_syms, buf2, &success);
611 nxt_type = sym_ston(__p_type_syms, buf2,

Completed in 111 milliseconds