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

/systemd/src/libsystemd/sd-bus/
H A Dsd-bus.c3464 char *path, *path_pos, **label_pos; local
3507 path_pos = path;
3512 path_pos = mempcpy(path_pos, template_pos, sep - template_pos);
3516 path_pos = stpcpy(path_pos, *label_pos++);
3520 *path_pos = 0;
3527 const char *template_pos, *path_pos; local
3555 path_pos = path;
3565 if (strncmp(path_pos, template_po
[all...]

Completed in 852 milliseconds