Searched refs:svn_utf_cstring_to_utf8 (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil_error.c72 utf8_err = svn_utf_cstring_to_utf8(&err_msg, errbuf, err->pool);
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dsvn.c2133 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
2156 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
2248 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
2277 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
2287 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
2316 err = svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool);
2333 err = svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool);
2353 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.auth_username,
2357 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.auth_password,
2388 SVN_ERR(svn_utf_cstring_to_utf8(
[all...]
H A Dpropdel-cmd.c60 SVN_ERR(svn_utf_cstring_to_utf8(&pname, pname, pool));
H A Dchangelist-cmd.c59 SVN_ERR(svn_utf_cstring_to_utf8(&changelist_name,
H A Dpropset-cmd.c67 SVN_ERR(svn_utf_cstring_to_utf8(&pname, pname, scratch_pool));
H A Dpropedit-cmd.c86 SVN_ERR(svn_utf_cstring_to_utf8(&pname, pname, pool));
H A Dauth-cmd.c426 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_target,
H A Dlist-cmd.c168 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_timestr, timestr, scratch_pool));
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_utf.h102 svn_utf_cstring_to_utf8(const char **dest,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Duser.c57 svn_error_t *err = svn_utf_cstring_to_utf8(&utf8_str, str, pool);
H A Dtime.c263 err = svn_utf_cstring_to_utf8(&utf8_string, human_datestr, pool);
H A Dsysinfo.c229 err = svn_utf_cstring_to_utf8(&tmp, info.machine, pool);
235 err = svn_utf_cstring_to_utf8(&tmp, info.sysname, pool);
257 err = svn_utf_cstring_to_utf8(&tmp, info.release, pool);
291 err = svn_utf_cstring_to_utf8(&sysname, info.sysname, pool);
299 err = svn_utf_cstring_to_utf8(&sysver, info.release, pool);
H A Derror.c279 utf8_err = svn_utf_cstring_to_utf8(&msg_apr, errbuf, err->pool);
590 && !(temp_err = svn_utf_cstring_to_utf8(&file_utf8, err->file,
634 else if ((temp_err = svn_utf_cstring_to_utf8
H A Dopt.c906 SVN_ERR(svn_utf_cstring_to_utf8
1013 SVN_ERR(svn_utf_cstring_to_utf8(&propname, propname, pool));
1018 SVN_ERR(svn_utf_cstring_to_utf8(&propname, revprop_spec, pool));
H A Dcmdline.c338 return svn_utf_cstring_to_utf8(dest, src, pool);
1267 SVN_ERR(svn_utf_cstring_to_utf8(&e, editor_cmd, pool));
1298 SVN_ERR(svn_utf_cstring_to_utf8(&e, e_cfg, pool));
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c577 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
602 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
616 err = svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool);
636 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.auth_username,
640 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.auth_password,
662 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
674 SVN_ERR(svn_utf_cstring_to_utf8(&path_utf8, opt_arg, pool));
684 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, opt_arg, pool));
704 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
770 SVN_ERR(svn_utf_cstring_to_utf8(
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c564 SVN_ERR(svn_utf_cstring_to_utf8(&message, arg, pool));
569 SVN_ERR(svn_utf_cstring_to_utf8(&filename, arg, pool));
583 SVN_ERR(svn_utf_cstring_to_utf8(&root_url, arg, pool));
608 SVN_ERR(svn_utf_cstring_to_utf8(&extra_args_file, arg, pool));
620 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, arg, pool));
630 SVN_ERR(svn_utf_cstring_to_utf8(&config_dir, arg, pool));
633 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, arg, pool));
698 SVN_ERR(svn_utf_cstring_to_utf8(&arg, opts->argv[opts->ind++], pool));
/freebsd-13-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c303 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
375 SVN_ERR(svn_utf_cstring_to_utf8(&first_arg, os->argv[os->ind++],
403 SVN_ERR(svn_utf_cstring_to_utf8(&repos_path, os->argv[os->ind++], pool));
/freebsd-13-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c865 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
885 SVN_ERR(svn_utf_cstring_to_utf8(&username, opt_arg, pool));
888 SVN_ERR(svn_utf_cstring_to_utf8(&password, opt_arg, pool));
906 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, opt_arg, pool));
913 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, opt_arg, pool));
928 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, opt_arg, pool));
935 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, opt_arg, pool));
981 SVN_ERR(svn_utf_cstring_to_utf8(&first_arg, os->argv[os->ind++],
1082 SVN_ERR(svn_utf_cstring_to_utf8(&repos_url, os->argv[os->ind], pool));
/freebsd-13-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1784 SVN_ERR(svn_utf_cstring_to_utf8(&arg_str, os->argv[os->argc - 1],
2045 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, opt_arg, pool));
2056 SVN_ERR(svn_utf_cstring_to_utf8(&opt_arg, opt_arg, pool));
2071 opt_err = svn_utf_cstring_to_utf8(&username, opt_arg, pool);
2075 opt_err = svn_utf_cstring_to_utf8(&password, opt_arg, pool);
2079 opt_err = svn_utf_cstring_to_utf8(&source_username, opt_arg, pool);
2083 opt_err = svn_utf_cstring_to_utf8(&source_password, opt_arg, pool);
2087 opt_err = svn_utf_cstring_to_utf8(&sync_username, opt_arg, pool);
2091 opt_err = svn_utf_cstring_to_utf8(&sync_password, opt_arg, pool);
2097 opt_err = svn_utf_cstring_to_utf8(
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c214 SVN_ERR(svn_utf_cstring_to_utf8(&wc_path,
223 SVN_ERR(svn_utf_cstring_to_utf8(&trail_url, os->argv[os->ind+1], pool));
/freebsd-13-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c806 SVN_ERR(svn_utf_cstring_to_utf8(&arg, os->argv[os->ind++], pool));
1595 SVN_ERR(svn_utf_cstring_to_utf8(&utf8, buf->data, pool));
3120 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
3148 SVN_ERR(svn_utf_cstring_to_utf8(&(opt_state.file), opt_arg, pool));
3227 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.fs_type, opt_arg, pool));
3230 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.parent_dir, opt_arg,
3266 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
3280 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
3287 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_opt_arg, opt_arg, pool));
3342 SVN_ERR(svn_utf_cstring_to_utf8(
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcmdline.c146 SVN_ERR(svn_utf_cstring_to_utf8(&utf8_target,
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c873 SVN_ERR(svn_utf_cstring_to_utf8(&params.root, arg, pool));
977 SVN_ERR(svn_utf_cstring_to_utf8(&config_filename, arg, pool));
984 SVN_ERR(svn_utf_cstring_to_utf8(&pid_filename, arg, pool));
994 SVN_ERR(svn_utf_cstring_to_utf8(&log_filename, arg, pool));
/freebsd-13-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c1383 SVN_ERR(svn_utf_cstring_to_utf8(&opt_state.targets_file,
1443 SVN_ERR(svn_utf_cstring_to_utf8(&first_arg, os->argv[os->ind++],
1474 SVN_ERR(svn_utf_cstring_to_utf8(&prefix, os->argv[i], pool));

Completed in 243 milliseconds

12