Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c3988 _public_ int sd_bus_path_encode_many(char **out, const char *path_template, ...) { in sd_bus_path_encode_many() argument
3997 assert_return(path_template, -EINVAL); in sd_bus_path_encode_many()
3999 path_length = strlen(path_template); in sd_bus_path_encode_many()
4001 va_start(list, path_template); in sd_bus_path_encode_many()
4002 for (sep = strchr(path_template, '%'); sep; sep = strchr(sep + 1, '%')) { in sd_bus_path_encode_many()
4036 for (template_pos = path_template; *template_pos; ) { in sd_bus_path_encode_many()
4051 _public_ int sd_bus_path_decode_many(const char *path, const char *path_template, ...) { in sd_bus_path_decode_many() argument
4079 assert_return(path_template, -EINVAL); in sd_bus_path_decode_many()
4083 for (template_pos = path_template; *template_pos; ) { in sd_bus_path_decode_many()
4136 va_start(list, path_template); in sd_bus_path_decode_many()
/systemd-251/src/systemd/
Dsd-bus.h490 int sd_bus_path_encode_many(char **out, const char *path_template, ...);
492 int sd_bus_path_decode_many(const char *path, const char *path_template, ...);