HomeSort by: relevance | last modified time | path
    Searched refs:sym_ston (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libbind/dist/tests/
subr.c 102 result = sym_ston(__p_class_syms, class, &success);
132 result = sym_ston(__p_type_syms, type, &success);
  /src/include/
resolv.h 401 #define sym_ston __sym_ston macro
428 int sym_ston(const struct res_sym *, const char *, int *);
  /src/external/bsd/libbind/dist/include/
resolv.h 403 #define sym_ston __sym_ston macro
428 int sym_ston __P((const struct res_sym *, const char *, int *));
  /src/lib/libc/resolv/
res_debug.c 569 sym_ston(const struct res_sym *syms, const char *name, int *success) { function
1201 result = sym_ston(__p_class_syms, buf, &success);
1224 result = sym_ston(__p_type_syms, buf, &success);
  /src/external/bsd/libbind/dist/resolv/
res_debug.c 561 sym_ston(const struct res_sym *syms, const char *name, int *success) { function
1193 result = sym_ston(__p_class_syms, buf, &success);
1216 result = sym_ston(__p_type_syms, buf, &success);
res_mkupdate.c 462 sig_type = sym_ston(__p_type_syms, buf2, &success);
594 nxt_type = sym_ston(__p_type_syms, buf2,
  /src/lib/libresolv/
res_mkupdate.c 464 sig_type = sym_ston(__p_type_syms, buf2, &success);
600 nxt_type = sym_ston(__p_type_syms, buf2,

Completed in 39 milliseconds