Home
last modified time | relevance | path

Searched refs:use_file1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Drcscmds.c360 const char *use_file1, *use_file2; in RCS_exec_rcsdiff() local
381 use_file1 = rev1_cache; in RCS_exec_rcsdiff()
399 use_file1 = tmpfile1; in RCS_exec_rcsdiff()
430 status = diff_exec (use_file1, use_file2, label1, label2, in RCS_exec_rcsdiff()
440 "cannot diff %s and %s", use_file1, use_file2); in RCS_exec_rcsdiff()
Drcs.c5716 const char *use_file1; in RCS_cmp_file() local
5728 use_file1 = tmpfile; in RCS_cmp_file()
5733 use_file1 = filename; in RCS_cmp_file()
5735 fp = CVS_FOPEN (use_file1, binary ? FOPEN_BINARY_READ : "r"); in RCS_cmp_file()
5738 error (1, errno, "cannot open file %s for comparing", use_file1); in RCS_cmp_file()
5740 data.filename = use_file1; in RCS_cmp_file()