Searched refs:cstring_from_utf8 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | io.c | 213 cstring_from_utf8(const char **path_apr, in cstring_from_utf8() function 344 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in io_check_path() 643 SVN_ERR(cstring_from_utf8(&dest_apr, dest, pool)); in svn_io_create_unique_link() 731 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in svn_io_read_link() 1044 SVN_ERR(cstring_from_utf8(&src_apr, src, pool)); in svn_io_append_file() 1045 SVN_ERR(cstring_from_utf8(&dst_apr, dst, pool)); in svn_io_append_file() 1193 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in svn_io_make_dir_recursively() 1633 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in io_set_file_perms() 2127 SVN_ERR(cstring_from_utf8(&path_apr, path, pool)); in svn_io_set_file_read_only() 3132 SVN_ERR(cstring_from_utf8(&cmd_apr, cmd, pool)); in svn_io_start_cmd3() [all …]
|