Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-match.c242 _cleanup_strv_free_ char **test_strv = NULL; in bus_match_run() local
370 (void) bus_message_get_arg_strv(m, node->type - BUS_MATCH_ARG_HAS, &test_strv); in bus_match_run()
384 else if (test_strv) { in bus_match_run()
385 STRV_FOREACH(i, test_strv) { in bus_match_run()
408 if (!value_node_test(c, node->type, test_u8, test_str, test_strv, m)) in bus_match_run()
/systemd-251/src/libsystemd/sd-netlink/
Dtest-netlink.c559 static void test_strv(sd_netlink *rtnl) { in test_strv() function
689 test_strv(rtnl); in main()