HomeSort by: relevance | last modified time | path
    Searched defs:__P (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 54 #define __P(proto) proto
  /src/distrib/utils/ssh/
ssh.c 50 #ifndef __P
51 #define __P(x) x
52 #endif /* __P */
  /src/lib/libc/include/isc/
eventlib.h 34 #ifndef __P
37 # define __P(x) x
39 # define __P(x) ()
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...]
  /src/sys/net/
zlib.h 179 #ifndef __P /* function prototypes */
181 # define __P(args) args
183 # define __P(args) ()
  /src/sys/sys/
cdefs.h 110 #define __P(protos) protos /* full-blown ANSI C */
134 #define __P(protos) () /* traditional C preprocessor */
  /src/tools/compat/
compat_defs.h 175 #undef __P
176 #define __P(x) x

Completed in 72 milliseconds