Lines Matching refs:tmpdir
68 set tmpdir tmpdir
84 set tmpdir /usr/tmp/ld.$pid
85 catch "exec mkdir $tmpdir" exec_status
117 if [run_host_cmd_yesno "$CC" "$CFLAGS -c $tmpdir/movw-detect.c -o $tmpdir/movw-detect.o"] {
130 global tmpdir
138 set shared "-bM:SRE -bE:$tmpdir/xcoff.exp"
140 if {![ld_simple_link $CC $tmpdir/$progname.so "$shared $shldflags $tmpdir/$sh1 $tmpdir/$sh2"]} {
149 set rpath $tmpdir
153 …if ![ld_simple_link $CC $tmpdir/$progname "-Wl,-rpath,$rpath $tmpdir/$main $tmpdir/$progname.so"] {
159 send_log "$tmpdir/$progname >$tmpdir/$progname.out\n"
160 verbose "$tmpdir/$progname >$tmpdir/$progname.out"
161 catch "exec $tmpdir/$progname >$tmpdir/$progname.out" exec_output
169 send_log "diff $tmpdir/$progname.out $srcdir/$subdir/$dat.dat\n"
170 verbose "diff $tmpdir/$progname.out $srcdir/$subdir/$dat.dat"
171 catch "exec diff $tmpdir/$progname.out $srcdir/$subdir/$dat.dat" exec_output
351 catch "exec rm -rf $tmpdir" exec_status