Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Drcscmds.c428 status = diff_exec (use_file1, use_file2, label1, label2, in RCS_exec_rcsdiff()
508 diff_exec (const char *file1, const char *file2, const char *label1, in diff_exec() function
H A Ddiff.c751 status = diff_exec (DEVNULL, finfo->file, label1, label2, in diff_fileproc()
764 status = diff_exec (DEVNULL, tmp, label1, label2, in diff_fileproc()
779 status = diff_exec (tmp, DEVNULL, label1, label2, in diff_fileproc()
H A Dcvs.h441 int diff_exec (const char *file1, const char *file2,
H A Dpatch.c574 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, dargc, dargv, in patch_fileproc()
H A Dupdate.c1677 retcode = diff_exec (file1, file2, NULL, NULL, dargc, dargv, in patch_file()
H A Drcs.c5483 switch (diff_exec (workfile, tmpfile, NULL, NULL, in RCS_checkin()
5532 switch (diff_exec (tmpfile, workfile, NULL, NULL, in RCS_checkin()
6628 status = diff_exec (beforefile, afterfile, NULL, NULL, in RCS_delete_revs()