Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-match.c691 static int match_component_compare(const struct bus_match_component *a, const struct bus_match_comp… in match_component_compare() function
824 typesafe_qsort(components, n_components, match_component_compare); in bus_match_parse()