Lines Matching defs:prefix
360 const char *prefix,
377 /* Strip prefix from the path. */
378 if (prefix != NULL) {
379 path = sbus_opath_strip_prefix(object_path, prefix);
424 const char *prefix,
432 ret = sbus_opath_decompose(mem_ctx, object_path, prefix,
452 const char *prefix)
454 if (strncmp(object_path, prefix, strlen(prefix)) == 0) {
455 return object_path + strlen(prefix);