Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-match.c243 const char *test_str = NULL; in bus_match_run() local
336 test_str = m->sender; in bus_match_run()
341 test_str = m->destination; in bus_match_run()
345 test_str = m->interface; in bus_match_run()
349 test_str = m->member; in bus_match_run()
354 test_str = m->path; in bus_match_run()
358 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG, &test_str); in bus_match_run()
362 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG_PATH, &test_str); in bus_match_run()
366 (void) bus_message_get_arg(m, node->type - BUS_MATCH_ARG_NAMESPACE, &test_str); in bus_match_run()
382 if (test_str) in bus_match_run()
[all …]
/systemd-251/src/test/
Dtest-ip-protocol-list.c29 static void test_str(const char *s) { in test_str() function
51 test_str("sctp"); in TEST()
52 test_str("udp"); in TEST()