Searched refs:tmpfile1 (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | patch.c | 44 static char *tmpfile1 = NULL; variable 549 if ((fp1 = cvs_temp_file (&tmpfile1)) == NULL) in patch_fileproc() 551 error (0, errno, "cannot create temporary file %s", tmpfile1); in patch_fileproc() 557 error (0, errno, "warning: cannot close %s", tmpfile1); in patch_fileproc() 580 tmpfile1, NULL, NULL); in patch_fileproc() 593 (void)utime (tmpfile1, &t); in patch_fileproc() 622 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, dargc, dargv, in patch_fileproc() 775 if (CVS_UNLINK (tmpfile1) < 0) in patch_fileproc() 776 error (0, errno, "cannot unlink %s", tmpfile1); in patch_fileproc() 781 free (tmpfile1); in patch_fileproc() [all …]
|
| D | rcscmds.c | 358 char *tmpfile1 = NULL; in RCS_exec_rcsdiff() local 384 tmpfile1 = cvs_temp_name(); in RCS_exec_rcsdiff() 385 status = RCS_checkout (rcsfile, NULL, rev1, NULL, options, tmpfile1, in RCS_exec_rcsdiff() 399 use_file1 = tmpfile1; in RCS_exec_rcsdiff() 450 if( tmpfile1 != NULL ) in RCS_exec_rcsdiff() 452 if( CVS_UNLINK( tmpfile1 ) < 0 ) in RCS_exec_rcsdiff() 455 error( 0, errno, "cannot remove temp file %s", tmpfile1 ); in RCS_exec_rcsdiff() 457 free( tmpfile1 ); in RCS_exec_rcsdiff()
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | output.c | 250 char *tmpfile1 = NULL; in check_for_weak() local 289 tmpfile1 = curfile; in check_for_weak() 300 *curfilep = tmpfile1; in check_for_weak()
|