Searched refs:WL_PRINTF (Results 1 - 3 of 3) sorted by relevance

/external/wayland/src/
H A Dwayland-util.h66 #define WL_PRINTF(x, y) __attribute__((__format__(__printf__, x, y))) macro
68 #define WL_PRINTF(x, y) macro
630 typedef void (*wl_log_func_t)(const char *, va_list) WL_PRINTF(1, 0);
H A Dwayland-server-core.h397 uint32_t code, const char *msg, ...) WL_PRINTF(3, 4);
H A Dscanner.c298 desc_dump(char *desc, const char *fmt, ...) WL_PRINTF(2, 3);

Completed in 289 milliseconds