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

  /src/include/
resolv.h 125 struct res_sym { struct
347 extern const struct res_sym __p_key_syms[];
348 extern const struct res_sym __p_cert_syms[];
349 extern const struct res_sym __p_class_syms[];
350 extern const struct res_sym __p_type_syms[];
351 extern const struct res_sym __p_rcode_syms[];
428 int sym_ston(const struct res_sym *, const char *, int *);
429 const char * sym_ntos(const struct res_sym *, int, int *);
430 const char * sym_ntop(const struct res_sym *, int, int *);
  /src/lib/libc/resolv/
res_debug.c 421 const struct res_sym __p_class_syms[] = {
435 const struct res_sym __p_default_section_syms[] = {
443 const struct res_sym __p_update_section_syms[] = {
451 const struct res_sym __p_key_syms[] = {
460 const struct res_sym __p_cert_syms[] = {
474 const struct res_sym __p_type_syms[] = {
549 const struct res_sym __p_rcode_syms[] = {
569 sym_ston(const struct res_sym *syms, const char *name, int *success) {
583 sym_ntos(const struct res_sym *syms, int number, int *success) {
601 sym_ntop(const struct res_sym *syms, int number, int *success)
    [all...]

Completed in 29 milliseconds