HomeSort by relevance Sort by last modified time
    Searched refs:_DBUS_GNUC_PRINTF (Results 1 - 5 of 5) sorted by null

  /external/dbus/dbus/
dbus-macros.h 68 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx ) \
73 #define _DBUS_GNUC_PRINTF( format_idx, arg_idx )
77 /** @def _DBUS_GNUC_PRINTF
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);
dbus-string.h 166 ...) _DBUS_GNUC_PRINTF (2, 3);
dbus-sysdeps.h 439 void _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, 3);
  /external/dbus/bus/
bus.c 1270 bus_context_log (BusContext *context, DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (3, 4);
    [all...]

Completed in 211 milliseconds