/bionic/libc/private/ |
resolv_private.h | 393 #define sym_ston __sym_ston macro 417 int sym_ston(const struct res_sym *, const char *, int *);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
resolv.h | 320 #define sym_ston __sym_ston macro 326 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 320 #define sym_ston __sym_ston macro 326 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 320 #define sym_ston __sym_ston macro 326 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
|
/bionic/libc/netbsd/resolv/ |
res_debug.c | 504 sym_ston(const struct res_sym *syms, const char *name, int *success) { function 1137 result = sym_ston(__p_class_syms, buf, &success); 1160 result = sym_ston(__p_type_syms, buf, &success);
|