Searched refs:tmpfile1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/
H A Dgen_dynamic_list.sh32 $my_nm $1 > $tmpfile1
39 $tmpfile1 >> $tmpfile2
45 tmpfile1=`mktemp /tmp/${0##*/}.XXXXXX` || exit 1
48 trap "rm -f $tmpfile1 $tmpfile2" EXIT
201 " $tmpfile2 $tmpfile2 > $tmpfile1
204 cat $extra >> $tmpfile1
207 sort $tmpfile1 -o $tmpfile2
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dpatch.c44 static char *tmpfile1 = NULL; variable
549 if ((fp1 = cvs_temp_file (&tmpfile1)) == NULL)
551 error (0, errno, "cannot create temporary file %s", tmpfile1);
557 error (0, errno, "warning: cannot close %s", tmpfile1);
580 tmpfile1, NULL, NULL);
593 (void)utime (tmpfile1, &t);
622 switch (diff_exec (tmpfile1, tmpfile2, NULL, NULL, dargc, dargv,
775 if (CVS_UNLINK (tmpfile1) < 0)
776 error (0, errno, "cannot unlink %s", tmpfile1);
781 free (tmpfile1);
[all...]
H A Drcscmds.c358 char *tmpfile1 = NULL; local
384 tmpfile1 = cvs_temp_name();
385 status = RCS_checkout (rcsfile, NULL, rev1, NULL, options, tmpfile1,
399 use_file1 = tmpfile1;
450 if( tmpfile1 != NULL )
452 if( CVS_UNLINK( tmpfile1 ) < 0 )
455 error( 0, errno, "cannot remove temp file %s", tmpfile1 );
457 free( tmpfile1 );
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c250 char *tmpfile1 = NULL; local
289 tmpfile1 = curfile;
300 *curfilep = tmpfile1;

Completed in 143 milliseconds