/bionic/libc/netbsd/resolv/ |
res_debug.c | 196 p_section(section, opcode)); 289 p_section(ns_s_qd, (int)opcode), qdcount); 291 p_section(ns_s_an, (int)opcode), ancount); 293 p_section(ns_s_ns, (int)opcode), nscount); 295 p_section(ns_s_ar, (int)opcode), arcount); 574 p_section(int section, int opcode) { function
|
/bionic/libc/private/ |
resolv_private.h | 364 #define p_section __p_section macro 451 const char * p_section(int, int);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
resolv.h | 295 #define p_section __p_section macro 358 const char * p_section (int section, int opcode) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 295 #define p_section __p_section macro 358 const char * p_section (int section, int opcode) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
resolv.h | 295 #define p_section __p_section macro 358 const char * p_section (int section, int opcode) __THROW;
|