Searched refs:svn_path_cstring_from_utf8 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/include/ |
| D | svn_path.h | 662 svn_path_cstring_from_utf8(const char **path_apr,
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | cmdline.c | 1475 SVN_ERR(svn_path_cstring_from_utf8(&base_dir_apr, base_dir, pool)); in svn_cmdline__edit_file_externally() 1482 SVN_ERR(svn_path_cstring_from_utf8(&file_name_local, in svn_cmdline__edit_file_externally() 1572 SVN_ERR(svn_path_cstring_from_utf8(&base_dir_apr, base_dir, pool)); in svn_cmdline__edit_string_externally() 1597 SVN_ERR(svn_path_cstring_from_utf8(&temp_dir_apr, base_dir, pool)); in svn_cmdline__edit_string_externally()
|
| D | path.c | 1137 svn_path_cstring_from_utf8(const char **path_apr, in svn_path_cstring_from_utf8() function
|
| D | opt.c | 1114 SVN_ERR(svn_path_cstring_from_utf8(&apr_target, path_in, pool)); in svn_opt__arg_canonicalize_path()
|
| D | dirent_uri.c | 1637 SVN_ERR(svn_path_cstring_from_utf8(&path_apr, relative, pool)); in svn_dirent_get_absolute()
|
| D | io.c | 238 return svn_path_cstring_from_utf8(path_apr, path_utf8, pool); in cstring_from_utf8() 5422 SVN_ERR(svn_path_cstring_from_utf8(&templ_apr, templ, scratch_pool)); in temp_file_create()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | repos.c | 1350 err = svn_path_cstring_from_utf8(&decoded, candidate, pool); in svn_repos_find_root_path()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | copy.c | 1018 SVN_ERR(svn_path_cstring_from_utf8(&dst, in verify_wc_dsts()
|