Home
last modified time | relevance | path

Searched refs:__P (Results 1 - 10 of 10) sorted by relevance

/third_party/backends/include/
H A Dmd5.h76 #undef __P macro
78 # define __P(x) x macro
80 # define __P(x) () macro
111 extern void __md5_init_ctx __P ((struct md5_ctx *ctx));
117 extern void __md5_process_block __P ((const void *buffer, size_t len,
124 extern void __md5_process_bytes __P ((const void *buffer, size_t len,
134 extern void *__md5_finish_ctx __P ((struct md5_ctx *ctx, void *resbuf));
143 extern void *__md5_read_ctx __P ((const struct md5_ctx *ctx, void *resbuf));
149 extern int __md5_stream __P ((FILE *stream, void *resblock));
155 extern void *__md5_buffer __P ((cons
[all...]
/third_party/alsa-lib/include/
H A Dsearch.h45 extern void insque __P ((void *__elem, void *__prev));
48 extern void remque __P ((void *__elem));
88 extern ENTRY *hsearch __P ((ENTRY __item, ACTION __action));
91 extern int hcreate __P ((size_t __nel));
94 extern void hdestroy __P ((void));
107 extern int hsearch_r __P ((ENTRY __item, ACTION __action, ENTRY **__retval,
109 extern int hcreate_r __P ((size_t __nel, struct hsearch_data *__htab));
110 extern void hdestroy_r __P ((struct hsearch_data *__htab));
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h119 #undef __P macro
120 #ifndef __P
122 #define __P(protos) protos macro
124 #define __P(protos) () macro
/third_party/FreeBSD/sys/net/
H A Dppp_defs.h161 #ifndef __P
163 #define __P(x) x macro
165 #define __P(x) () macro
/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt.c45 #define __P(x) x macro
59 static char * _progname __P((char *));
60 int getopt_internal __P((int, char * const *, const char *));
H A Dgetopt_long.c50 #define __P(x) x macro
53 static char * __progname __P((char *));
54 int getopt_internal __P((int, char * const *, const char *));
/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h71 #define __P(protos) protos /* full-blown ANSI C */ macro
/third_party/musl/include/sys/linux/
H A Dcdefs.h71 #define __P(protos) protos /* full-blown ANSI C */ macro
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h148 #define __P(protos) protos /* full-blown ANSI C */ macro
166 #define __P(protos) () /* traditional C preprocessor */ macro
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh578 __P(args) args

Completed in 5 milliseconds