Searched refs:diff_exec (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/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.c51 On a related note, see the comments at diff_exec, later in this file,
371 This used to exec rcsdiff, but now calls RCS_checkout and diff_exec.
527 diff_exec (file1, file2, label1, label2, options, out) function
598 diffs. See comments in diff_exec. */
H A Dcvs.h440 extern int diff_exec PROTO ((char *file1, char *file2,
H A Dpatch.c586 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, unidiff ? "-u" : "-c", tmpfile3))
H A Drcs.c5311 switch (diff_exec (workfile, tmpfile, NULL, NULL, diffopts, changefile))
5331 format. However, diff_exec both generates change
5359 switch (diff_exec (tmpfile, workfile, NULL, NULL, diffopts, changefile))
6413 status = diff_exec (beforefile, afterfile, NULL, NULL, "-an", outfile);
6417 /* Not sure we need this message; will diff_exec already
H A Dupdate.c1782 retcode = diff_exec (file1, file2, NULL, NULL, diff_options, finfo->file);

Completed in 303 milliseconds