Searched refs:tmpfile2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dpatch.c46 static char *tmpfile2 = NULL; variable
531 if ((fp2 = cvs_temp_file (&tmpfile2)) == NULL)
534 tmpfile2 ? tmpfile2 : "(null)");
540 error (0, errno, "warning: cannot close %s", tmpfile2);
579 rev2, options, tmpfile2,
592 (void)utime (tmpfile2, &t);
597 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, dargc, dargv,
767 if (tmpfile2 != NULL)
769 if (CVS_UNLINK (tmpfile2) <
[all...]
H A Drcscmds.c385 char *tmpfile2 = NULL; local
435 tmpfile2 = cvs_temp_name ();
440 tmpfile2, (RCSCHECKOUTPROC)0, NULL);
452 use_file2 = tmpfile2;
485 if( tmpfile2 != NULL )
487 if( CVS_UNLINK( tmpfile2 ) < 0 )
490 error( 0, errno, "cannot remove temp file %s", tmpfile2 );
492 free (tmpfile2);

Completed in 420 milliseconds