Searched refs:__P (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/private/isc/ |
D | eventlib.h | 34 #ifndef __P 37 # define __P(x) x macro 39 # define __P(x) () macro 55 typedef void (*evConnFunc)__P((evContext, void *, int, const void *, int, 57 typedef void (*evFileFunc)__P((evContext, void *, int, int)); 58 typedef void (*evStreamFunc)__P((evContext, void *, int, int)); 59 typedef void (*evTimerFunc)__P((evContext, void *, 61 typedef void (*evWaitFunc)__P((evContext, void *, const void *)); 95 int evCreate __P((evContext *)); 96 void evSetDebug __P((evContext, int, FILE *)); [all …]
|
/bionic/libc/include/net/ |
D | if_ether.h | 208 char * ether_ntoa __P((const struct ether_addr *)); 210 ether_aton __P((const char *)); 211 int ether_ntohost __P((char *, const struct ether_addr *)); 212 int ether_hostton __P((const char *, struct ether_addr *)); 213 int ether_line __P((const char *, struct ether_addr *, char *));
|
/bionic/libc/netbsd/net/ |
D | getnameinfo.c | 99 static int getnameinfo_inet __P((const struct sockaddr *, socklen_t, char *, 102 static int ip6_parsenumeric __P((const struct sockaddr *, const char *, char *, 104 static int ip6_sa2str __P((const struct sockaddr_in6 *, char *, size_t, 107 static int getnameinfo_link __P((const struct sockaddr *, socklen_t, char *, 109 static int hexname __P((const u_int8_t *, size_t, char *, socklen_t));
|
/bionic/libc/include/sys/ |
D | cdefs.h | 83 #define __P(protos) protos /* full-blown ANSI C */ macro 99 #define __P(protos) () /* traditional C preprocessor */ macro
|
/bionic/libc/netbsd/resolv/ |
D | res_init.c | 132 static void res_setoptions __P((res_state, const char *, const char *)); 136 static u_int32_t net_mask __P((struct in_addr));
|
D | res_send.c | 143 static int get_salen __P((const struct sockaddr *)); 144 static struct sockaddr * get_nsaddr __P((res_state, size_t));
|