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

/systemd/src/libsystemd/sd-bus/
H A Dbus-internal.c28 bool slash; local
39 for (slash = true, q = p+1; *q; q++)
41 if (slash)
44 slash = true;
57 slash = false;
60 if (slash)
/systemd/src/core/
H A Dpath.c61 char *slash, *oldslash = NULL; local
84 for (slash = strchr(s->path, '/'); ; slash = strchr(slash+1, '/')) {
89 if (slash) {
90 cut = slash + (slash == s->path);
131 if (slash)
132 oldslash = slash;
/systemd/src/basic/
H A Dpath-util.c275 /* restore the slash if it was lost */
320 bool slash = false; local
331 slash = true;
335 if (slash) {
336 slash = false;
344 trailing slash is good */
346 if (t == path && slash)
H A Dtime-util.c1011 bool slash = false; local
1030 if (slash)
1033 slash = true;
1035 slash = false;
1038 if (slash)

Completed in 1484 milliseconds