Home
last modified time | relevance | path

Searched refs:diff_exec (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Drcscmds.c430 status = diff_exec (use_file1, use_file2, label1, label2, in RCS_exec_rcsdiff()
510 diff_exec (const char *file1, const char *file2, const char *label1, in diff_exec() function
Ddiff.c764 status = diff_exec (DEVNULL, finfo->file, label1, label2, in diff_fileproc()
777 status = diff_exec (DEVNULL, tmp, label1, label2, in diff_fileproc()
792 status = diff_exec (tmp, DEVNULL, label1, label2, in diff_fileproc()
Dcvs.h450 int diff_exec (const char *file1, const char *file2,
Dpatch.c622 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, dargc, dargv, in patch_fileproc()
DChangeLog-97465 * rcscmds.c (diff_exec, diff_execv): Use literal "diff" not DIFF.
933 * rcscmds.c (diff_exec): Remove item about external diff
1153 * rcscmds.c (diff_exec, diff_execv): Get diffs from call_diff
1772 * rcscmds.c, cvs.h (diff_exec): New function.
1777 new, expanded comments at diff_exec. Remove comments concerning
Dupdate.c1714 retcode = diff_exec (file1, file2, NULL, NULL, dargc, dargv, in patch_file()
Drcs.c5486 switch (diff_exec (workfile, tmpfile, NULL, NULL, in RCS_checkin()
5535 switch (diff_exec (tmpfile, workfile, NULL, NULL, in RCS_checkin()
6631 status = diff_exec (beforefile, afterfile, NULL, NULL, in RCS_delete_revs()
DChangeLog530 * cvs.h (RCS_exec_rcsdiff, diff_exec): Update protos.
538 diff_exec, RCS_output_diff_options), update.c (patch_file): Use new
920 * rcscmds.c (diff_exec, RCS_output_diff_options): Ditto.
4403 RCS_exec_rcsdiff, diff_exec), recurse.c (start_recursion, do_recursion,
7975 * rcscmds.c (diff_exec): Add a -- before the first file name just
7979 * rcscmds.c (diff_execv): Remove -- same as diff_exec. Change
9397 diff_exec API.
9398 * rcs.c (RCS_checkin): Use new diff_exec API.
9399 (RCS_delete_revs): Use new diff_exec API.
9403 * rcscmds.c (diff_exec): Accept new label arguments.
[all …]