HomeSort by relevance Sort by last modified time
    Searched refs:sym_ntos (Results 1 - 2 of 2) sorted by null

  /bionic/libc/dns/include/
resolv_private.h 396 #define sym_ntos __sym_ntos macro
422 const char * sym_ntos(const struct res_sym *, int, int *);
  /bionic/libc/dns/resolv/
res_debug.c 580 sym_ntos(const struct res_sym *syms, int number, int *success) { function
623 result = sym_ntos(__p_type_syms, type, &success);
647 return (sym_ntos(symbols, section, (int *)0));
659 result = sym_ntos(__p_class_syms, class, &success);
728 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));
    [all...]

Completed in 104 milliseconds