Home
last modified time | relevance | path

Searched refs:svn_dirent_internal_style (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDnls.c78 internal_path = svn_dirent_internal_style(utf8_path, scratch_pool); in svn_nls_init()
HDconfig_win.c98 *folder = svn_dirent_internal_style(folder_utf8, result_pool); in svn_config__win_config_path()
HDdeprecated.c1194 return svn_dirent_internal_style(path, pool); in svn_path_internal_style()
HDdirent_uri.c875 svn_dirent_internal_style(const char *dirent, apr_pool_t *pool) in svn_dirent_internal_style() function
HDstream.c2147 tmp_path = svn_dirent_internal_style(tmp_path, result_pool); in svn_stream__create_for_install()
HDio.c804 dir = svn_dirent_internal_style(dir, scratch_pool); in init_temp_dir()
/NextBSD/contrib/subversion/subversion/svnserve/
HDsvnserve.c836 params.root = svn_dirent_internal_style(params.root, pool); in sub_main()
914 config_filename = svn_dirent_internal_style(config_filename, pool); in sub_main()
921 pid_filename = svn_dirent_internal_style(pid_filename, pool); in sub_main()
931 log_filename = svn_dirent_internal_style(log_filename, pool); in sub_main()
HDserve.c223 pwdb_path = svn_dirent_internal_style(pwdb_path, pool); in load_pwdb_config()
278 *access_file = svn_dirent_internal_style(*access_file, pool); in canonicalize_access_file()
3589 hooks_env = svn_dirent_internal_style(hooks_env, scratch_pool); in find_repos()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_dirent_uri.h155 svn_dirent_internal_style(const char *dirent,
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcmdline.c223 original_target = svn_dirent_internal_style(true_target, pool); in svn_client_args_to_target_array2()
HDpatch.c394 target->canon_path_from_patchfile = svn_dirent_internal_style( in resolve_target_path()
1105 move_target_path = svn_dirent_internal_style(patch->new_filename, in init_patch_target()
/NextBSD/contrib/subversion/subversion/svnmucc/
HDsvnmucc.c813 svn_dirent_internal_style(APR_ARRAY_IDX(action_args, i, in sub_main()
844 svn_dirent_internal_style(APR_ARRAY_IDX(action_args, i, in sub_main()
/NextBSD/contrib/subversion/subversion/svnfsfs/
HDsvnfsfs.c433 opt_state.repository_path = svn_dirent_internal_style(repos_path, pool); in sub_main()
/NextBSD/contrib/subversion/subversion/svnbench/
HDsvnbench.c631 opt_state.config_dir = svn_dirent_internal_style(path_utf8, pool); in sub_main()
/NextBSD/contrib/subversion/subversion/svn/
HDsvn.c2258 opt_state.config_dir = svn_dirent_internal_style(utf8_opt_arg, pool); in sub_main()
2806 const char *fname_utf8 = svn_dirent_internal_style(dash_F_arg, pool); in sub_main()
HDutil.c169 SVN_ERR(svn_io_run_cmd(svn_dirent_internal_style(cwd, pool), merge_tool, in svn_cl__merge_file_externally()
/NextBSD/contrib/subversion/subversion/svnlook/
HDsvnlook.c2727 repos_path = svn_dirent_internal_style(repos_path, pool); in sub_main()
2755 arg1 = svn_dirent_internal_style(arg1, pool); in sub_main()
2763 arg2 = svn_dirent_internal_style(arg2, pool); in sub_main()
/NextBSD/contrib/subversion/subversion/svnadmin/
HDsvnadmin.c629 *dirent = svn_dirent_internal_style(path, pool); in target_arg_to_dirent()
2624 = svn_dirent_internal_style(opt_state.parent_dir, pool); in sub_main()
2749 opt_state.repository_path = svn_dirent_internal_style(repos_path, pool); in sub_main()
/NextBSD/contrib/subversion/subversion/svnrdump/
HDsvnrdump.c592 return svn_dirent_basename(svn_dirent_internal_style(progname, pool), NULL); in ensure_appname()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDexternals.c343 item->target_dir = svn_dirent_internal_style(item->target_dir, pool); in svn_wc__parse_externals_description()
/NextBSD/contrib/subversion/subversion/svnsync/
HDsvnsync.c2075 opt_baton.config_dir = svn_dirent_internal_style(path_utf8, pool); in sub_main()