Searched refs:TRAP_NULL_STRING (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-monitor.c112 #define TRAP_NULL_STRING(str) ((str) ? (str) : "<none>") macro
139 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_sender (message)));
142 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_destination (message)));
145 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_path (message)));
148 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_interface (message)));
151 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_member (message)));
154 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_error_name (message)));

Completed in 104 milliseconds