Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDrcscmds.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
HDdiff.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()
HDcvs.h441 int diff_exec (const char *file1, const char *file2,
HDpatch.c574 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, dargc, dargv, in patch_fileproc()
HDupdate.c1677 retcode = diff_exec (file1, file2, NULL, NULL, dargc, dargv, in patch_file()
HDrcs.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()