Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-match.c47 r = bus_match_parse(match, &components, &n_components); in match_add()
64 assert_se(bus_match_parse(match, &components, &n_components) >= 0); in test_match_scope()
Dbus-match.h78 int bus_match_parse(const char *match, struct bus_match_component **ret_components, unsigned *ret_n…
Dfuzz-bus-match.c58 r = bus_match_parse(line, &components, &n_components); in LLVMFuzzerTestOneInput()
Dbus-match.c702 int bus_match_parse( in bus_match_parse() function
Dsd-bus.c3496 r = bus_match_parse(match, &components, &n_components); in bus_add_match_full()