/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
resolv.h | 324 #define sym_ston __sym_ston macro 330 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
resolv.h | 326 #define sym_ston __sym_ston macro 332 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
|
/bionic/libc/dns/include/ |
resolv_private.h | 422 #define sym_ston __sym_ston macro 446 int sym_ston(const struct res_sym *, const char *, int *);
|
/bionic/libc/dns/resolv/ |
res_debug.c | 558 sym_ston(const struct res_sym *syms, const char *name, int *success) { function 1187 result = sym_ston(__p_class_syms, buf, &success); [all...] |