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

  /bionic/libc/netbsd/resolv/
res_debug.c 517 sym_ntos(const struct res_sym *syms, int number, int *success) { function
560 result = sym_ntos(__p_type_syms, type, &success);
584 return (sym_ntos(symbols, section, (int *)0));
596 result = sym_ntos(__p_class_syms, class, &success);
665 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));
  /bionic/libc/private/
resolv_private.h 390 #define sym_ntos __sym_ntos macro
416 const char * sym_ntos(const struct res_sym *, int, int *);

Completed in 54 milliseconds