Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dpatch.c46 static char *tmpfile3 = NULL; variable
567 if ((fp3 = cvs_temp_file (&tmpfile3)) == NULL) in patch_fileproc()
569 error (0, errno, "cannot create temporary file %s", tmpfile3); in patch_fileproc()
575 error (0, errno, "warning: cannot close %s", tmpfile3); in patch_fileproc()
623 tmpfile3)) in patch_fileproc()
657 fp = xfopen (tmpfile3, "r"); in patch_fileproc()
666 failed to read diff file header %s for %s: end of file", tmpfile3, rcs); in patch_fileproc()
670 tmpfile3, rcs); in patch_fileproc()
674 error (0, errno, "error closing %s", tmpfile3); in patch_fileproc()
687 error (0, errno, "error closing %s", tmpfile3); in patch_fileproc()
[all …]