Searched refs:diff_exec (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | rcscmds.c | 428 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 D | diff.c | 751 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 D | cvs.h | 441 int diff_exec (const char *file1, const char *file2,
|
| H A D | patch.c | 574 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, dargc, dargv, in patch_fileproc()
|
| H A D | update.c | 1677 retcode = diff_exec (file1, file2, NULL, NULL, dargc, dargv, in patch_file()
|
| H A D | rcs.c | 5483 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()
|