Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Ddiff.c661 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 Drcscmds.c527 diff_exec (file1, file2, label1, label2, options, out) in diff_exec() function
H A Dpatch.c586 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, unidiff ? "-u" : "-c", tmpfile3))
H A Dcvs.h440 extern int diff_exec PROTO ((char *file1, char *file2,
H A 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
H A Drcs.c5309 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 Dupdate.c1782 retcode = diff_exec (file1, file2, NULL, NULL, diff_options, finfo->file);
H A DChangeLog442 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