Searched refs:_DBUS_GNUC_PRINTF (Results 1 – 7 of 7) sorted by relevance
/external/dbus/dbus/ |
D | dbus-macros.h | 68 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) \ macro 73 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) macro
|
D | dbus-internals.h | 43 ...) _DBUS_GNUC_PRINTF (1, 2); 46 ...) _DBUS_GNUC_PRINTF (1, 2); 97 const char *format,...) _DBUS_GNUC_PRINTF (4, 5); 101 ...) _DBUS_GNUC_PRINTF (1, 2);
|
D | dbus-string.h | 166 ...) _DBUS_GNUC_PRINTF (2, 3);
|
D | dbus-sysdeps.h | 439 void _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, …
|
/external/dbus/cmake/ |
D | Doxyfile.cmake | 151 "_DBUS_GNUC_PRINTF(from,to)=" \
|
/external/dbus/ |
D | Doxyfile.in | 151 "_DBUS_GNUC_PRINTF(from,to)="
|
/external/dbus/bus/ |
D | bus.c | 1270 …usContext *context, DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (3, 4);
|