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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Ddelete.c396 const char *target_relpath;
398 svn_uri_split(&base_uri, &target_relpath, base_uri, iterpool);
399 APR_ARRAY_PUSH(target_relpaths, const char *) = target_relpath;
405 const char *target_relpath;
407 svn_uri_split(&base_uri, &target_relpath, base_uri, iterpool);
408 APR_ARRAY_IDX(target_relpaths, 0, const char *) = target_relpath;
394 const char *target_relpath; local
403 const char *target_relpath; local
H A Dcommit.c298 const char *target_relpath = APR_ARRAY_IDX(target_relpaths, i,
302 target_abspath = svn_dirent_join(base_abspath, target_relpath,
296 const char *target_relpath = APR_ARRAY_IDX(target_relpaths, i, local
H A Dmerge.c6939 const char *target_relpath,
6951 APR_ARRAY_PUSH(log_targets, const char *) = target_relpath;
7640 const char *target_relpath = ""; /* relative to root of merge */
7735 SVN_ERR(processor->file_opened(&file_baton, &skip, target_relpath,
7743 SVN_ERR(processor->file_deleted(target_relpath,
7754 SVN_ERR(processor->file_opened(&file_baton, &skip, target_relpath,
7762 SVN_ERR(processor->file_added(target_relpath,
7785 SVN_ERR(processor->file_opened(&file_baton, &skip, target_relpath,
7793 SVN_ERR(processor->file_changed(target_relpath,
6931 get_log(svn_ra_session_t *ra_session, const char *target_relpath, svn_revnum_t youngest_rev, svn_revnum_t oldest_rev, svn_boolean_t discover_changed_paths, svn_log_entry_receiver_t receiver, void *receiver_baton, apr_pool_t *pool) argument
7631 const char *target_relpath = ""; /* relative to root of merge */ local
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dshelf-cmd.c1026 char *target_relpath = APR_ARRAY_IDX(target_relpaths, i, char *); local
1028 if (svn_path_is_url(target_relpath))
1030 _("'%s' is not a local path"), target_relpath);
1031 SVN_ERR_ASSERT(svn_relpath_is_canonical(target_relpath));
1056 char *target_relpath = APR_ARRAY_IDX(target_relpaths, j, char *); local
1064 if (svn_relpath_skip_ancestor(target_relpath, shelf_path))
H A Dshelf2-cmd.c1026 char *target_relpath = APR_ARRAY_IDX(target_relpaths, i, char *); local
1028 if (svn_path_is_url(target_relpath))
1030 _("'%s' is not a local path"), target_relpath);
1031 SVN_ERR_ASSERT(svn_relpath_is_canonical(target_relpath));
1056 char *target_relpath = APR_ARRAY_IDX(target_relpaths, j, char *); local
1064 if (svn_relpath_skip_ancestor(target_relpath, shelf_path))
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c8552 const char *target_relpath = APR_ARRAY_IDX(odmb->rel_targets, i, local
8557 SVN_ERR(delete_node(&odb, wcroot, target_relpath, iterpool));

Completed in 228 milliseconds