Searched defs:args (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/test/scalable_event/ |
| H A D | profile.h | 102 #define PROFILE_VAR(args...) argument 103 #define PROFILE_FROM(args...) argument 104 #define PROFILE_TO(args...) argument 105 #define PROFILE_PRINT(args...) argument
|
| /mOS-networking-stack/core/src/include/ |
| H A D | scalable_event.h | 12 #define gprintf(f, args...) do { \ argument 18 #define gprintf(args...) ((void) 0) argument 22 #define RAISE_DEBUG_EVENT(mtcp, stream, format, args...) \ argument 33 #define RAISE_DEBUG_EVENT(args...) do {} while (0) argument
|
| /mOS-networking-stack/core/test/tcprb/ |
| H A D | test.c | 12 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) argument
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_rrdtool.c | 115 char **args; in mod_rrd_create_pipe() local
|
| H A D | mod_cgi.c | 777 char **args; in cgi_create_env() local
|
| /mOS-networking-stack/core/src/ |
| H A D | mos_api.c | 1246 va_list args; in mtcp_set_debug_string() local
|
| H A D | tcp_rb.c | 22 #define PRINTF(f, args...) printf("%s:%d: " f, __FILE__, __LINE__, ##args) argument
|