/bionic/libc/dns/include/ |
resolv_private.h | 397 #define sym_ston __sym_ston macro 421 int sym_ston(const struct res_sym *, const char *, int *);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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;
|
/bionic/libc/dns/resolv/ |
res_debug.c | 566 sym_ston(const struct res_sym *syms, const char *name, int *success) { function 1195 result = sym_ston(__p_class_syms, buf, &success); 1218 result = sym_ston(__p_type_syms, buf, &success); [all...] |