Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-marshal.c60 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 …]
Dsd-bus.c4051 _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/
Dlibsystemd.sym480 sd_bus_path_decode_many;
/systemd-251/man/rules/
Dmeson.build403 ['sd_bus_path_decode', 'sd_bus_path_decode_many', 'sd_bus_path_encode_many'],
/systemd-251/src/systemd/
Dsd-bus.h492 int sd_bus_path_decode_many(const char *path, const char *path_template, ...);
/systemd-251/
DNEWS8886 and sd_bus_path_decode_many() that allow easy encoding and