Home
last modified time | relevance | path

Searched refs:diff3_cmd (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dswitch.c108 const char *diff3_cmd; in switch_internal() local
132 svn_config_get(cfg, &diff3_cmd, SVN_CONFIG_SECTION_HELPERS, in switch_internal()
135 if (diff3_cmd != NULL) in switch_internal()
136 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in switch_internal()
315 diff3_cmd, preserved_exts, in switch_internal()
H A Dupdate.c317 const char *diff3_cmd; in update_internal() local
437 svn_config_get(cfg, &diff3_cmd, SVN_CONFIG_SECTION_HELPERS, in update_internal()
440 if (diff3_cmd != NULL) in update_internal()
441 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, scratch_pool)); in update_internal()
532 diff3_cmd, preserved_exts, in update_internal()
H A Dexternals.c460 const char *diff3_cmd; in switch_file_external() local
473 svn_config_get(cfg, &diff3_cmd, SVN_CONFIG_SECTION_HELPERS, in switch_file_external()
476 if (diff3_cmd != NULL) in switch_file_external()
477 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, scratch_pool)); in switch_file_external()
572 diff3_cmd, preserved_exts, in switch_file_external()
H A Dmerge.c314 const char *diff3_cmd; member
2147 merge_b->dry_run, merge_b->diff3_cmd, in merge_file_changed()
9858 const char *diff3_cmd; in do_merge() local
9914 svn_config_get(cfg, &diff3_cmd, SVN_CONFIG_SECTION_HELPERS, in do_merge()
9917 if (diff3_cmd != NULL) in do_merge()
9918 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, scratch_pool)); in do_merge()
9939 merge_cmd_baton.diff3_cmd = diff3_cmd; in do_merge()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dmerge.c53 const char *diff3_cmd; /* The diff3 command and options */ member
443 const char *diff3_cmd, in do_text_merge_external() argument
458 result_f, diff3_cmd, in do_text_merge_external()
855 if (mt->diff3_cmd) in merge_text_file()
858 mt->diff3_cmd, in merge_text_file()
1091 const char *diff3_cmd, in svn_wc__internal_merge() argument
1117 mt.diff3_cmd = diff3_cmd; in svn_wc__internal_merge()
1133 (! is_binary) && diff3_cmd != NULL, in svn_wc__internal_merge()
1217 const char *diff3_cmd, in svn_wc_merge5() argument
1356 diff3_cmd, in svn_wc_merge5()
H A Ddeprecated.c3685 if (diff3_cmd) in svn_wc_get_update_editor3()
3686 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_wc_get_update_editor3()
3870 if (diff3_cmd) in svn_wc_get_switch_editor3()
3871 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_wc_get_switch_editor3()
4569 const char *diff3_cmd, in svn_wc_merge4() argument
4591 diff3_cmd, in svn_wc_merge4()
4610 const char *diff3_cmd, in svn_wc_merge3() argument
4631 if (diff3_cmd) in svn_wc_merge3()
4632 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_wc_merge3()
4645 diff3_cmd, in svn_wc_merge3()
[all …]
H A Dwc.h417 const char *diff3_cmd,
677 const char *diff3_cmd,
H A Dupdate_editor.c224 const char *diff3_cmd; member
3865 const char *diff3_cmd, in svn_wc__perform_file_merge() argument
3943 diff3_cmd, NULL, propchanges, in svn_wc__perform_file_merge()
4103 eb->diff3_cmd, in merge_file()
4896 const char *diff3_cmd, in make_editor() argument
4968 eb->diff3_cmd = diff3_cmd; in make_editor()
5174 const char *diff3_cmd, in svn_wc__get_update_editor() argument
5199 diff3_cmd, preserved_exts, editor, edit_baton, in svn_wc__get_update_editor()
5217 const char *diff3_cmd, in svn_wc__get_switch_editor() argument
5246 diff3_cmd, preserved_exts, in svn_wc__get_switch_editor()
H A Dexternals.c1064 const char *diff3_cmd, in svn_wc__get_file_external_editor() argument
1105 eb->diff3cmd = diff3_cmd; in svn_wc__get_file_external_editor()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_wc.h5887 const char *diff3_cmd,
5944 const char *diff3_cmd,
5996 const char *diff3_cmd,
6138 const char *diff3_cmd,
7024 const char *diff3_cmd,
7057 const char *diff3_cmd,
7091 const char *diff3_cmd,
7115 const char *diff3_cmd,
7135 const char *diff3_cmd,
7395 const char *diff3_cmd,
[all …]
H A Dsvn_io.h2133 const char *diff3_cmd,
2154 const char *diff3_cmd,
2173 const char *diff3_cmd,
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h79 const char *diff3_cmd,
1523 const char *diff3_cmd,
1565 const char *diff3_cmd,
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c1142 const char *diff3_cmd, in svn_io_run_diff3_2() argument
1146 SVN_ERR(svn_path_cstring_to_utf8(&diff3_cmd, diff3_cmd, pool)); in svn_io_run_diff3_2()
1152 diff3_cmd, user_args, pool)); in svn_io_run_diff3_2()
1165 const char *diff3_cmd, in svn_io_run_diff3() argument
1171 merged, diff3_cmd, NULL, pool)); in svn_io_run_diff3()
H A Dio.c3594 const char *diff3_cmd, in svn_io_run_diff3_3() argument
3617 args[i++] = diff3_cmd; in svn_io_run_diff3_3()
3684 SVN_ERR(svn_io_run_cmd(dir, diff3_cmd, args, in svn_io_run_diff3_3()
3698 svn_dirent_local_style(diff3_cmd, pool), in svn_io_run_diff3_3()