Searched refs:svn_path_cstring_to_utf8 (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_path.h | 668 svn_path_cstring_to_utf8(const char **path_utf8,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | switch.c | 136 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in switch_internal()
|
| H A D | update.c | 441 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, scratch_pool)); in update_internal()
|
| H A D | externals.c | 477 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, scratch_pool)); in switch_file_external()
|
| H A D | diff.c | 2589 SVN_ERR(svn_path_cstring_to_utf8(&dwi->diff_cmd, diff_cmd, in create_diff_writer_info()
|
| H A D | copy.c | 1028 SVN_ERR(svn_path_cstring_to_utf8(&dst, dst_apr, iterpool)); in verify_wc_dsts()
|
| H A D | merge.c | 9918 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, scratch_pool)); in do_merge()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | hotcopy.c | 104 svn_error_t *err = svn_path_cstring_to_utf8(name_p, name, result_pool); in entry_name_to_utf8()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | io.c | 223 return svn_path_cstring_to_utf8(path_utf8, path_apr, pool); in cstring_to_utf8() 306 svn_error_t *err = svn_path_cstring_to_utf8(name_p, name, pool); in entry_name_to_utf8() 4826 SVN_ERR(svn_path_cstring_to_utf8(&finfo->fname, finfo->fname, pool)); in svn_io_dir_read() 4829 SVN_ERR(svn_path_cstring_to_utf8(&finfo->name, finfo->name, pool)); in svn_io_dir_read() 5434 return svn_error_trace(svn_path_cstring_to_utf8(new_file_name, in temp_file_create() 5548 SVN_ERR(svn_path_cstring_to_utf8(filename, fname_apr, pool)); in svn_io_file_name_get()
|
| H A D | deprecated.c | 1123 SVN_ERR(svn_path_cstring_to_utf8(&diff_cmd, diff_cmd, pool)); in svn_io_run_diff() 1146 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_io_run_diff3_2()
|
| H A D | path.c | 1158 svn_path_cstring_to_utf8(const char **path_utf8, in svn_path_cstring_to_utf8() function
|
| H A D | opt.c | 1132 SVN_ERR(svn_path_cstring_to_utf8(path_out, apr_target, pool)); in svn_opt__arg_canonicalize_path()
|
| H A D | dirent_uri.c | 1671 SVN_ERR(svn_path_cstring_to_utf8(pabsolute, buffer, pool)); in svn_dirent_get_absolute()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | hotcopy.c | 103 svn_error_t *err = svn_path_cstring_to_utf8(name_p, name, pool); in entry_name_to_utf8()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | deprecated.c | 3686 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_wc_get_update_editor3() 3871 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_wc_get_switch_editor3() 4632 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_wc_merge3()
|