Searched refs:WL_PRINTF (Results 1 – 4 of 4) sorted by relevance
/external/wayland/src/ |
D | wayland-util.h | 66 #define WL_PRINTF(x, y) __attribute__((__format__(__printf__, x, y))) macro 68 #define WL_PRINTF(x, y) 746 typedef void (*wl_log_func_t)(const char *, va_list) WL_PRINTF(1, 0);
|
D | wayland-server-core.h | 335 const char* msg, ...) WL_PRINTF(2,3); 518 uint32_t code, const char *msg, ...) WL_PRINTF(3, 4);
|
D | scanner.c | 318 desc_dump(char *desc, const char *fmt, ...) WL_PRINTF(2, 3);
|
/external/wayland/doc/doxygen/ |
D | wayland.doxygen.in | 12 WL_PRINTF(x,y)=
|