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

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dpatch.c41 static char *tmpfile3 = NULL; variable
533 if ((fp3 = cvs_temp_file (&tmpfile3)) == NULL)
535 error (0, errno, "cannot create temporary file %s", tmpfile3);
541 error (0, errno, "warning: cannot close %s", tmpfile3);
586 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, unidiff ? "-u" : "-c", tmpfile3))
605 fp = open_file (tmpfile3, "r");
611 failed to read diff file header %s for %s: end of file", tmpfile3, rcs);
615 tmpfile3, rcs);
618 error (0, errno, "error closing %s", tmpfile3);
631 error (0, errno, "error closing %s", tmpfile3);
[all...]
/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Dstat.t303 # $tmpfile4 -> $tmpfile1/file1 -> ../$tmpfile2 -> abspath($tmpfile3)
304 # $tmpfile3 either doesn't exist, is a file, or is a socket
305 my ($tmpfile3, $tmpfile4) = (tempfile(), tempfile());
310 && system(qq(mklink $tmpfile2 "$cwd\\$tmpfile3")) == 0) {
314 open my $fh, ">", $tmpfile3 or die $!;
317 unlink $tmpfile3;
321 my $listen = IO::Socket::UNIX->new(Local => $tmpfile3, Listen => 0)
327 unlink $tmpfile3;

Completed in 118 milliseconds