Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dbus-print-properties.c341 _cleanup_free_ char *name_with_equal = NULL; in bus_message_print_all_properties() local
354 name_with_equal = strjoin(name, "="); in bus_message_print_all_properties()
355 if (!name_with_equal) in bus_message_print_all_properties()
359 (expected_value = strv_find_startswith(filter, name_with_equal))) { in bus_message_print_all_properties()