Searched refs:name_with_equal (Results 1 – 1 of 1) sorted by relevance
341 _cleanup_free_ char *name_with_equal = NULL; in bus_message_print_all_properties() local354 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()