Searched refs:tmpfile1 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ |
H A D | gen_dynamic_list.sh | 32 $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-src/external/gpl2/xcvs/dist/src/ |
H A 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 …]
|
H A 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/ |
H A 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()
|