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

  /bionic/libc/private/
resolv_private.h 392 #define sym_ntos __sym_ntos macro
418 const char * sym_ntos(const struct res_sym *, int, int *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 319 #define sym_ntos __sym_ntos macro
327 const char * sym_ntos (const struct res_sym *, int, int *) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 319 #define sym_ntos __sym_ntos macro
327 const char * sym_ntos (const struct res_sym *, int, int *) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 319 #define sym_ntos __sym_ntos macro
327 const char * sym_ntos (const struct res_sym *, int, int *) __THROW;
  /bionic/libc/netbsd/resolv/
res_debug.c 518 sym_ntos(const struct res_sym *syms, int number, int *success) { function
561 result = sym_ntos(__p_type_syms, type, &success);
585 return (sym_ntos(symbols, section, (int *)0));
597 result = sym_ntos(__p_class_syms, class, &success);
666 return (sym_ntos(__p_rcode_syms, rcode, (int *)0));

Completed in 29 milliseconds