Searched refs:cstring_from_utf8 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | io.c | 230 cstring_from_utf8(const char **path_apr, in cstring_from_utf8() function 361 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in io_check_path() 690 SVN_ERR(cstring_from_utf8(&dest_apr, dest, pool)); in svn_io_create_unique_link() 778 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in svn_io_read_link() 1091 SVN_ERR(cstring_from_utf8(&src_apr, src, pool)); in svn_io_append_file() 1092 SVN_ERR(cstring_from_utf8(&dst_apr, dst, pool)); in svn_io_append_file() 1240 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in svn_io_make_dir_recursively() 1681 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in io_set_perms() 2399 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in svn_io_set_file_read_only() 3396 SVN_ERR(cstring_from_utf8(&cmd_apr, cmd, pool)); in svn_io_start_cmd3() [all …]
|