Searched refs:use_file1 (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcscmds.c | 358 const char *use_file1, *use_file2; in RCS_exec_rcsdiff() local 379 use_file1 = rev1_cache; in RCS_exec_rcsdiff() 397 use_file1 = tmpfile1; in RCS_exec_rcsdiff() 428 status = diff_exec (use_file1, use_file2, label1, label2, in RCS_exec_rcsdiff() 438 "cannot diff %s and %s", use_file1, use_file2); in RCS_exec_rcsdiff()
|
| D | rcs.c | 5758 const char *use_file1; in RCS_cmp_file() local 5770 use_file1 = tmpfile; in RCS_cmp_file() 5775 use_file1 = filename; in RCS_cmp_file() 5777 fp = CVS_FOPEN (use_file1, binary ? FOPEN_BINARY_READ : "r"); in RCS_cmp_file() 5780 error (1, errno, "cannot open file %s for comparing", use_file1); in RCS_cmp_file() 5782 data.filename = use_file1; in RCS_cmp_file()
|