Searched refs:diff_exec (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | diff.c | 661 status = diff_exec (DEVNULL, finfo->file, label1, label2, opts, RUN_TTY); 680 status = diff_exec (DEVNULL, tmp, label1, label2, opts, RUN_TTY); 699 status = diff_exec (tmp, DEVNULL, label1, label2, opts, RUN_TTY);
|
| H A D | rcscmds.c | 527 diff_exec (file1, file2, label1, label2, options, out) in diff_exec() function
|
| H A D | patch.c | 586 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, unidiff ? "-u" : "-c", tmpfile3))
|
| H A D | cvs.h | 440 extern int diff_exec PROTO ((char *file1, char *file2,
|
| H A D | ChangeLog-97 | 465 * 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
|
| H A D | rcs.c | 5309 switch (diff_exec (workfile, tmpfile, NULL, NULL, diffopts, changefile)) 5357 switch (diff_exec (tmpfile, workfile, NULL, NULL, diffopts, changefile)) 6411 status = diff_exec (beforefile, afterfile, NULL, NULL, "-an", outfile);
|
| H A D | update.c | 1782 retcode = diff_exec (file1, file2, NULL, NULL, diff_options, finfo->file);
|
| H A D | ChangeLog | 442 diff_exec API. 443 * rcs.c (RCS_checkin): Use new diff_exec API. 444 (RCS_delete_revs): Use new diff_exec API. 448 * rcscmds.c (diff_exec): Accept new label arguments. 450 * update.c (patch_file): Use new diff_exec API. 2670 * rcs.c (RCS_delete_revs): Pass -a to diff_exec. 4718 * rcscmds.c (diff_exec, diff_execv): If asked to obtain diffs for
|