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

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dcopy-cmd.c73 err = svn_opt_parse_path(peg_revision, &src, target, pool);
88 err2 = svn_opt_parse_path(peg_revision, &src,
122 SVN_ERR(svn_opt_parse_path(&peg, &dst_path, tgt, pool));
H A Dcheckout-cmd.c98 SVN_ERR(svn_opt_parse_path(&pegrev, &local_dir, last_target, pool));
145 SVN_ERR(svn_opt_parse_path(&peg_revision, &true_url, repos_url,
H A Dcat-cmd.c78 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
H A Dexport-cmd.c73 SVN_ERR(svn_opt_parse_path(&peg_revision, &truefrom, from, pool));
H A Ddiff-cmd.c305 SVN_ERR(svn_opt_parse_path(&opt_state->start_revision, &old_target,
308 SVN_ERR(svn_opt_parse_path(&opt_state->end_revision, &new_target,
346 SVN_ERR(svn_opt_parse_path(&old_rev, &old_target,
351 SVN_ERR(svn_opt_parse_path(&new_rev, &new_target,
516 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, path,
H A Dswitch-cmd.c132 SVN_ERR(svn_opt_parse_path(&peg_revision, &switch_url,
H A Dmergeinfo-cmd.c364 SVN_ERR(svn_opt_parse_path(&src_peg_revision, &source,
368 SVN_ERR(svn_opt_parse_path(&tgt_peg_revision, &target,
H A Dmerge-cmd.c319 SVN_ERR(svn_opt_parse_path(&peg_revision1, &sourcepath1,
323 SVN_ERR(svn_opt_parse_path(&peg_revision2, &sourcepath2,
H A Dproplist-cmd.c290 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
H A Dblame-cmd.c341 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
H A Dpropget-cmd.c457 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
H A Dlist-cmd.c426 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
H A Dlog-cmd.c784 SVN_ERR(svn_opt_parse_path(&lb.target_peg_revision, &lb.target_path_or_url,
H A Dinfo-cmd.c1350 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, subpool));
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c175 SVN_ERR(svn_opt_parse_path(&target_peg_revision, &target_path_or_url,
H A Dnull-list-cmd.c134 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
H A Dnull-blame-cmd.c228 SVN_ERR(svn_opt_parse_path(&peg_revision, &parsed_path, target,
H A Dnull-info-cmd.c234 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, subpool));
H A Dnull-export-cmd.c340 SVN_ERR(svn_opt_parse_path(&peg_revision, &truefrom, from, pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcmdline.c70 SVN_ERR(svn_opt_parse_path(&opt_rev, &truepath, target, pool));
195 * canonicalized path or URL. Do not use svn_opt_parse_path()
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_opt.h741 svn_opt_parse_path(svn_opt_revision_t *rev,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c863 SVN_ERR(svn_opt_parse_path(&temprev, &path, path, pool));
874 SVN_ERR(svn_opt_parse_path(&temprev, &path, path, pool));
H A Dopt.c798 svn_opt_parse_path(svn_opt_revision_t *rev,
937 * canonicalized path or URL. Do not use svn_opt_parse_path()
793 svn_opt_parse_path(svn_opt_revision_t *rev, function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c304 /* The URL is passed to svn_opt_parse_path in
308 SVN_ERR(svn_opt_parse_path(&item->peg_revision, &item->url,

Completed in 311 milliseconds