Searched refs:tempfile (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Delfedit.exp24 set tempfile tmpdir/bintest.o
27 set tempfile [remote_download host tmpdir/bintest.o]
H A Dreadelf.exp155 set tempfile [remote_download host tmpdir/testprog.o]
158 set got [remote_exec host "$READELF $READELFFLAGS -wi $tempfile" "" "/dev/null" "readelf.out"]
163 file_on_host delete $tempfile
231 set tempfile [remote_download host tmpdir/dw2-compressed.o]
234 set got [remote_exec host "$READELF $READELFFLAGS -wa $tempfile" "" "/dev/null" "readelf.out"]
239 file_on_host delete $tempfile
265 set tempfile [remote_download host tmpdir/dumptest.o]
270 set got [remote_exec host "$READELF $READELFFLAGS -p[lindex $sect_names 1] $tempfile" "" "/dev/null" "readelf.out"]
272 set got [remote_exec host "$READELF $READELFFLAGS -p.data $tempfile" "" "/dev/null" "readelf.out"]
301 file_on_host delete $tempfile
[all...]
H A Dnm.exp38 set tempfile [remote_download host tmpdir/bintest.o]
40 set tempfile tmpdir/bintest.o
55 set got [binutils_run $NM "$NMFLAGS $tempfile"]
82 set got [binutils_run $NM "$NMFLAGS -g $tempfile"]
148 set got [binutils_run $NM "$NMFLAGS -P $tempfile"]
189 set tempfile [remote_download host tmpdir/nm-1.o]
191 set tempfile tmpdir/nm-1.o
200 set got [binutils_run $NM "$NMFLAGS --size-sort $tempfile"]
H A Dobjcopy.exp32 set tempfile tmpdir/bintest.o
35 set tempfile [remote_download host tmpdir/bintest.o]
46 global tempfile
49 if {![binutils_assemble $srcdir/$subdir/${srcfile} $tempfile]} then {
52 remote_file host delete $tempfile
56 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]
61 send_log "cmp $tempfile ${copyfile}.o\n"
62 verbose "cmp $tempfile ${copyfile}.o"
66 remote_upload host $tempfile $src1
69 set src1 ${tempfile}
[all...]
H A Dcompress.exp219 set tempfile tmpdir/debug_str.o
222 set tempfile [remote_download host tmpdir/debug_str.o]
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/x86-64/
H A Dx86-64.exp23 global tempfile
25 set tempfile tmpdir/x86-64temp.o
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dfixfonts32 tempfile="${TMPDIR}/circ$$"
36 #trap 'rm -f "${tempfile}" "${tempfile2}"' 0 1 2 3 15
39 (cd "${texfontdir}"; find . -name '*circle*' -print > "${tempfile}")
42 if grep 'lcircle10\.tfm' "${tempfile}" > /dev/null 2>&1 ; then
49 grep 'circle10\.tfm' "${tempfile}" > "${tempfile2}" \
66 for f in `grep 'circle10.*pk' "${tempfile}"` ; do
76 for f in `grep 'circle10.*gf' "${tempfile}"` ; do
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/i386/
H A Di386.exp27 global tempfile
29 set tempfile tmpdir/i386temp.o
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/aarch64/
H A Daarch64.exp22 set tempfile tmpdir/aarch64temp.o
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dreadelf.exp248 set tempfile [remote_download host tmpdir/testprog.o]
251 send_log "exec $READELF $READELFFLAGS -wi $tempfile > readelf.out\n"
252 catch "exec $READELF $READELFFLAGS -wi $tempfile > readelf.out" got
257 file_on_host delete $tempfile
329 set tempfile tmpdir/bintest.o
331 set tempfile [remote_download host tmpdir/bintest.o]
335 readelf_find_size $tempfile
338 readelf_test -h $tempfile readelf.h {}
339 readelf_test -S $tempfile readelf.s {}
340 readelf_test -s $tempfile readel
[all...]
H A Dnm.exp38 set tempfile [remote_download host tmpdir/bintest.o]
40 set tempfile tmpdir/bintest.o
55 set got [binutils_run $NM "$NMFLAGS $tempfile"]
82 set got [binutils_run $NM "$NMFLAGS -g $tempfile"]
113 set got [binutils_run $NM "$NMFLAGS -P $tempfile"]
H A Dobjcopy.exp34 set tempfile tmpdir/bintest.o
37 set tempfile [remote_download host tmpdir/bintest.o]
48 global tempfile
57 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]
62 send_log "cmp $tempfile ${copyfile}.o\n"
63 verbose "cmp $tempfile ${copyfile}.o"
67 remote_upload host $tempfile $src1
70 set src1 ${tempfile}
129 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec $tempfile ${srecfile}"]
185 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $tempfile"]
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dt-zdisp2.pl59 my $tempfile = 't-zdisp2.tmp';
60 open KARA, ">$tempfile" or die;
83 open KARA, ">$tempfile" or die;
112 my $m4 = "m4 -DHAVE_HOST_CPU_athlon -DOPERATION_$fun $pic ../config.m4 $tempfile $file";
129 unlink($tempfile);
/haiku-buildtools/jam/
H A Dexecunix.c80 char *tempfile; member in struct:__anon1
128 if( !cmdtab[ slot ].tempfile )
138 cmdtab[ slot ].tempfile = malloc( strlen( tempdir ) + 32 );
140 sprintf( cmdtab[ slot ].tempfile, "%s\\jam%dt%d.bat",
165 f = fopen( cmdtab[ slot ].tempfile, "w" );
169 string = cmdtab[ slot ].tempfile;
306 unlink( cmdtab[ i ].tempfile );
/haiku-buildtools/legacy/gcc/libio/tests/
H A DtFile.cc46 const char *tempfile; variable
165 File tf(tempfile, io_readwrite, a_create);
167 fstream tf(tempfile, ios::in|ios::out|ios::trunc);
190 cout << "reopening tempfile, appending: " << s;
195 tf.open(tempfile, ios::app);
209 tf.open(tempfile, ios::in);
228 unlink((char*)tempfile);
517 char temp [1024] = "tempfile";
533 tempfile = temp;
H A DtFile.exp18 reopening tempfile, appending: Now there is a second line.
/haiku-buildtools/binutils/binutils/testsuite/lib/
H A Dutils-lib.exp272 global tempfile
468 remote_download host ${srcfile} $tempfile
470 set exec_output [binutils_assemble_flags ${srcfile} $tempfile $opts(as)]
483 set exec_output [binutils_run $binary "$progopts $progopts1 $tempfile $destopt ${copyfile}.o"]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun.go631 t.err = fmt.Errorf("write tempfile:%s", err)
651 t.err = fmt.Errorf("write tempfile:%s", err)

Completed in 171 milliseconds