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

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dcat-cmd.c71 const char *truepath;
78 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
81 SVN_ERR(svn_cl__try(svn_client_cat3(NULL, out, truepath, &peg_revision,
69 const char *truepath; local
H A Dpropget-cmd.c449 const char *truepath;
457 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
460 if (!svn_path_is_url(truepath))
461 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool));
466 pname, truepath,
508 out, truepath, pname,
447 const char *truepath; local
H A Dblame-cmd.c333 const char *truepath;
341 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
359 const char *outpath = truepath;
361 outpath = svn_dirent_local_style(truepath, subpool);
371 truepath,
331 const char *truepath; local
H A Dproplist-cmd.c280 const char *truepath;
290 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
294 svn_client_proplist4(truepath, &peg_revision,
278 const char *truepath; local
H A Ddiff-cmd.c512 const char *truepath;
516 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, path,
531 opt_state->xml, ignore_properties, truepath,
534 truepath,
547 truepath,
510 const char *truepath; local
H A Dlist-cmd.c410 const char *truepath;
426 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
433 "path", truepath[0] == '\0' ? "." : truepath,
463 err = svn_client_list4(truepath, &peg_revision,
409 const char *truepath; local
H A Dinfo-cmd.c1343 const char *truepath;
1350 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, subpool));
1353 if (svn_path_is_url(truepath))
1361 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool));
1365 err = svn_client_info4(truepath,
1341 const char *truepath; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcmdline.c67 const char *truepath;
70 SVN_ERR(svn_opt_parse_path(&opt_rev, &truepath, target, pool));
71 if (!svn_path_is_url(truepath))
72 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, pool));
74 err = svn_client_get_repos_root(&tmp_root_url, NULL, truepath,
229 /* There are two situations in which a 'truepath-conversion'
235 both targets have the same truepath. */
65 const char *truepath; local
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-info-cmd.c226 const char *truepath;
234 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target, subpool));
237 if (svn_path_is_url(truepath))
244 SVN_ERR(svn_dirent_get_absolute(&truepath, truepath, subpool));
247 err = client_info(truepath,
224 const char *truepath; local
H A Dnull-list-cmd.c124 const char *truepath;
134 SVN_ERR(svn_opt_parse_path(&peg_revision, &truepath, target,
156 err = svn_client_list4(truepath, &peg_revision,
123 const char *truepath; local
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_opt.h724 * put the rest of the path into @a *truepath, allocating from @a pool;
726 * @a *truepath undefined) if the revision specifier is invalid.
727 * If no trailing revision specifier is found, set @a *truepath to
731 * No canonicalization is done and @a *truepath will only be in
742 const char **truepath,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c799 const char **truepath,
805 SVN_ERR(svn_opt__split_arg_at_peg_revision(truepath, &peg_rev, path, pool));
793 svn_opt_parse_path(svn_opt_revision_t *rev, const char **truepath, const char *path , apr_pool_t *pool) argument

Completed in 269 milliseconds