| /NextBSD/contrib/subversion/subversion/svnbench/ |
| HD | null-info-cmd.c | 224 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()
|
| HD | null-list-cmd.c | 117 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/ |
| HD | cmdline.c | 65 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/ |
| HD | propget-cmd.c | 448 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()
|
| HD | cat-cmd.c | 69 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()
|
| HD | blame-cmd.c | 334 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()
|
| HD | list-cmd.c | 352 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()
|
| HD | diff-cmd.c | 435 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()
|
| HD | proplist-cmd.c | 278 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()
|
| HD | info-cmd.c | 937 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/ |
| HD | svn_opt.h | 666 const char **truepath,
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | opt.c | 756 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()
|