Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/ !
Dsd-bus.c3990 char *path, *path_pos, **label_pos; in sd_bus_path_encode_many() local
4033 path_pos = path; in sd_bus_path_encode_many()
4038 path_pos = mempcpy(path_pos, template_pos, sep - template_pos); in sd_bus_path_encode_many()
4042 path_pos = stpcpy(path_pos, *label_pos++); in sd_bus_path_encode_many()
4046 *path_pos = 0; in sd_bus_path_encode_many()
4053 const char *template_pos, *path_pos; in sd_bus_path_decode_many() local
4081 path_pos = path; in sd_bus_path_decode_many()
4091 if (strncmp(path_pos, template_pos, length)) in sd_bus_path_decode_many()
4094 path_pos += length; in sd_bus_path_decode_many()
4111 sep = strchrnul(path_pos, '/'); in sd_bus_path_decode_many()
[all …]