Home
last modified time | relevance | path

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

/third_party/wayland_standard/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);
/third_party/wayland_standard/doc/doxygen/
Dwayland.doxygen.in12 WL_PRINTF(x,y)=
/third_party/weston/tests/
Dweston-test-runner.h141 testlog(const char *fmt, ...) WL_PRINTF(1, 2);
/third_party/weston/libweston/
Dweston-log-wayland.c73 static void WL_PRINTF(2, 3)
/third_party/weston/clients/
Dstacking.c189 const char *fmt, ...) WL_PRINTF(2, 3);
Dtouch-calibrator.c67 pr_err(const char *fmt, ...) WL_PRINTF(1, 2);
/third_party/weston/doc/sphinx/
Ddoxygen.ini.in2088 PREDEFINED = WL_EXPORT= WL_PRINTF(x,y)= __attribute__(x)=