Home
last modified time | relevance | path

Searched refs:WL_PRINTF (Results 1 – 4 of 4) sorted by relevance

/external/wayland/src/
Dwayland-util.h66 #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);
Dwayland-server-core.h335 const char* msg, ...) WL_PRINTF(2,3);
518 uint32_t code, const char *msg, ...) WL_PRINTF(3, 4);
Dscanner.c318 desc_dump(char *desc, const char *fmt, ...) WL_PRINTF(2, 3);
/external/wayland/doc/doxygen/
Dwayland.doxygen.in12 WL_PRINTF(x,y)=