Searched refs:WL_PRINTF (Results 1 – 9 of 9) sorted by relevance
/third_party/wayland_standard/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);
|
/third_party/wayland_standard/doc/doxygen/ |
D | wayland.doxygen.in | 12 WL_PRINTF(x,y)=
|
/third_party/weston/tests/ |
D | weston-test-runner.h | 141 testlog(const char *fmt, ...) WL_PRINTF(1, 2);
|
/third_party/weston/libweston/ |
D | weston-log-wayland.c | 73 static void WL_PRINTF(2, 3)
|
/third_party/weston/clients/ |
D | stacking.c | 189 const char *fmt, ...) WL_PRINTF(2, 3);
|
D | touch-calibrator.c | 67 pr_err(const char *fmt, ...) WL_PRINTF(1, 2);
|
/third_party/weston/doc/sphinx/ |
D | doxygen.ini.in | 2088 PREDEFINED = WL_EXPORT= WL_PRINTF(x,y)= __attribute__(x)=
|