Searched refs:__P (Results 1 - 10 of 10) sorted by relevance
/third_party/backends/include/ |
H A D | md5.h | 76 #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 D | search.h | 45 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 D | private-lib-plat-windows.h | 119 #undef __P macro 120 #ifndef __P 122 #define __P(protos) protos macro 124 #define __P(protos) () macro
|
/third_party/FreeBSD/sys/net/ |
H A D | ppp_defs.h | 161 #ifndef __P 163 #define __P(x) x macro 165 #define __P(x) () macro
|
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt.c | 45 #define __P(x) x
macro 59 static char * _progname __P((char *));
60 int getopt_internal __P((int, char * const *, const char *));
|
H A D | getopt_long.c | 50 #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 D | cdefs.h | 71 #define __P(protos) protos /* full-blown ANSI C */ macro
|
/third_party/musl/include/sys/linux/ |
H A D | cdefs.h | 71 #define __P(protos) protos /* full-blown ANSI C */ macro
|
/third_party/FreeBSD/sys/sys/ |
H A D | cdefs.h | 148 #define __P(protos) protos /* full-blown ANSI C */ macro 166 #define __P(protos) () /* traditional C preprocessor */ macro
|
/third_party/elfutils/tests/ |
H A D | run-dwarf-getmacros.sh | 578 __P(args) args
|
Completed in 5 milliseconds