Home
last modified time | relevance | path

Searched refs:truepath (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/subversion/subversion/svnbench/
HDnull-info-cmd.c224 const char *truepath; in svn_cl__null_info() local
232 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, subpool)); in svn_cl__null_info()
235 if (svn_path_is_url(truepath)) in svn_cl__null_info()
242 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool)); in svn_cl__null_info()
245 err = client_info(truepath, in svn_cl__null_info()
HDnull-list-cmd.c117 const char *truepath; in svn_cl__null_list() local
125 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__null_list()
128 err = svn_client_list3(truepath, &peg_revision, in svn_cl__null_list()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcmdline.c65 const char *truepath; in check_root_url_of_target() local
68 SVN_ERR(svn_opt_parse_path(&opt_rev, &truepath, target, pool)); in check_root_url_of_target()
69 if (!svn_path_is_url(truepath)) in check_root_url_of_target()
70 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, pool)); in check_root_url_of_target()
72 err = svn_client_get_repos_root(&tmp_root_url, NULL, truepath, in check_root_url_of_target()
/NextBSD/contrib/subversion/subversion/svn/
HDpropget-cmd.c448 const char *truepath; in svn_cl__propget() local
456 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__propget()
459 if (!svn_path_is_url(truepath)) in svn_cl__propget()
460 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool)); in svn_cl__propget()
465 pname_utf8, truepath, in svn_cl__propget()
507 out, truepath, pname_utf8, in svn_cl__propget()
HDcat-cmd.c69 const char *truepath; in svn_cl__cat() local
76 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__cat()
79 SVN_ERR(svn_cl__try(svn_client_cat3(NULL, out, truepath, &peg_revision, in svn_cl__cat()
HDblame-cmd.c334 const char *truepath; in svn_cl__blame() local
342 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__blame()
360 const char *outpath = truepath; in svn_cl__blame()
362 outpath = svn_dirent_local_style(truepath, subpool); in svn_cl__blame()
371 err = svn_client_blame5(truepath, in svn_cl__blame()
HDlist-cmd.c352 const char *truepath; in svn_cl__list() local
366 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__list()
373 "path", truepath[0] == '\0' ? "." : truepath, in svn_cl__list()
378 err = svn_client_list3(truepath, &peg_revision, in svn_cl__list()
HDdiff-cmd.c435 const char *truepath; in svn_cl__diff() local
439 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, path, in svn_cl__diff()
449 summarize_baton.anchor = truepath; in svn_cl__diff()
451 truepath, in svn_cl__diff()
464 truepath, in svn_cl__diff()
HDproplist-cmd.c278 const char *truepath; in svn_cl__proplist() local
288 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, in svn_cl__proplist()
292 svn_client_proplist4(truepath, &peg_revision, in svn_cl__proplist()
HDinfo-cmd.c937 const char *truepath; in svn_cl__info() local
944 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, subpool)); in svn_cl__info()
947 if (svn_path_is_url(truepath)) in svn_cl__info()
955 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool)); in svn_cl__info()
959 err = svn_client_info4(truepath, in svn_cl__info()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_opt.h666 const char **truepath,
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDopt.c756 const char **truepath, in svn_opt_parse_path() argument
762 SVN_ERR(svn_opt__split_arg_at_peg_revision(truepath, &peg_rev, path, pool)); in svn_opt_parse_path()