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

/sssd-io/src/sbus/
H A Dsssd_dbus_interface.c131 /* replace / only if it is not a root path (only slash) */
143 char *slash; local
153 slash = strrchr(subtree, '/');
154 if (slash == NULL) {
160 if (*(slash + 1) == '\0') {
161 /* this object path is invalid since it cannot end with slash */
169 *(slash + 1) = '*';
170 *(slash + 2) = '\0';

Completed in 17 milliseconds