Searched refs:path_pos (Results 1 – 1 of 1) sorted by relevance
3990 char *path, *path_pos, **label_pos; in sd_bus_path_encode_many() local4033 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() local4081 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 …]