Searched defs:__P (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/sys/
H A Dcdefs.h96 #define __P(protos) protos /* full-blown ANSI C */ macro
105 #define __P(protos) () /* traditional C preprocessor */ macro
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Deventlib.h34 #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((evContex
201 # undef __P macro
[all...]
/bionic/tools/versioner/current/sys/
H A Dcdefs.h96 #define __P(protos) protos /* full-blown ANSI C */ macro
105 #define __P(protos) () /* traditional C preprocessor */ macro

Completed in 121 milliseconds