Searched refs:sd_bus_path_decode_many (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | test-bus-marshal.c | 60 assert_se(sd_bus_path_decode_many("/foo/bar", "/prefix/%", NULL) == 0); in test_bus_path_encode_many() 61 assert_se(sd_bus_path_decode_many("/prefix/bar", "/prefix/%bar", NULL) == 1); in test_bus_path_encode_many() 62 assert_se(sd_bus_path_decode_many("/foo/bar", "/prefix/%/suffix", NULL) == 0); in test_bus_path_encode_many() 63 …assert_se(sd_bus_path_decode_many("/prefix/foobar/suffix", "/prefix/%/suffix", &a) == 1 && streq_p… in test_bus_path_encode_many() 64 …assert_se(sd_bus_path_decode_many("/prefix/one_foo_two/mid/three_bar_four/suffix", "/prefix/one_%_… in test_bus_path_encode_many() 65 …assert_se(sd_bus_path_decode_many("/prefix/one_foo_two/mid/three_bar_four/suffix", "/prefix/one_%_… in test_bus_path_encode_many() 67 assert_se(sd_bus_path_decode_many("/foo/bar", "/foo/bar/%", NULL) == 0); in test_bus_path_encode_many() 68 assert_se(sd_bus_path_decode_many("/foo/bar/suffix", "/foo/bar%", NULL) == 0); in test_bus_path_encode_many() 69 assert_se(sd_bus_path_decode_many("/foo/bar/suffix", "/foo/%/bar", NULL) == 0); in test_bus_path_encode_many() 70 assert_se(sd_bus_path_decode_many("/foo/bar/suffix", "/foo/%bar", NULL) == 0); in test_bus_path_encode_many() [all …]
|
D | sd-bus.c | 4051 _public_ int sd_bus_path_decode_many(const char *path, const char *path_template, ...) { in sd_bus_path_decode_many() function
|
/systemd-251/src/libsystemd/ |
D | libsystemd.sym | 480 sd_bus_path_decode_many;
|
/systemd-251/man/rules/ |
D | meson.build | 403 ['sd_bus_path_decode', 'sd_bus_path_decode_many', 'sd_bus_path_encode_many'],
|
/systemd-251/src/systemd/ |
D | sd-bus.h | 492 int sd_bus_path_decode_many(const char *path, const char *path_template, ...);
|
/systemd-251/ |
D | NEWS | 8886 and sd_bus_path_decode_many() that allow easy encoding and
|