Home | History | Annotate | Download | only in bin

Lines Matching refs:TEMP

87 	TEMP=`mktemp $TMPDIR/pXXXXXX` || exit 1
90 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF"
94 TEMP=$TEMPD/p$$
119 # Must use temp file due to incompatibilities in quoting behavior
251 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" > $TEMP
253 cat > $TEMP
258 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" $IN_FILE > $TEMP
260 cat $IN_FILE > $TEMP
275 cp $PR_FORM $TEMP ||
278 for file in $TEMP $REF ; do
353 configured with: /tmp/android-build-bb7e003d31d08f72cabc269a652912b7/src/build/../gcc/gcc-4.4.3/configure --prefix=/usr/local --target=arm-linux-androideabi --host=i686-linux-gnu --build=i686-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/android-build-bb7e003d31d08f72cabc269a652912b7/obj/temp-install --with-mpfr=/tmp/android-build-bb7e003d31d08f72cabc269a652912b7/obj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --disable-hosted-libstdcxx --enable-cxx-flags='-fexceptions -frtti' --with-gcc-version=4.4.3 --with-binutils-version=2.20.1 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.1.x --with-arch=armv5te --with-sysroot=/tmp/android-build-bb7e003d31d08f72cabc269a652912b7/arm-linux-androideabi-4.4.x/sysroot --with-prefix=/tmp/android-build-bb7e003d31d08f72cabc269a652912b7/arm-linux-androideabi-4.4.x --with-gold-version=20100303 --enable-gold=both/gold --program-transform-name='s,^,arm-linux-androideabi-,'
367 cat $TEMP
371 chmod u+w $TEMP
373 eval $EDIT $TEMP
375 ed -s $TEMP << '__EOF__'
383 if cmp -s $REF $TEMP ; then
413 CONFIDENTIAL=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
422 SEVERITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
431 PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
441 CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
460 CLASS=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
468 if grep "^>Synopsis:[ ]*${SYNOPSIS_C}\$" $TEMP > /dev/null
493 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF"
494 mv $TEMP $BAD
501 eval $EDIT $TEMP
516 if grep '^Subject:[ ]*$' $TEMP > /dev/null
518 SYNOPSIS=`grep '^>Synopsis:' $TEMP | sed -e 's/^>Synopsis:[ ]*//'`
519 ed -s $TEMP << __EOF__
545 " $TEMP > $REF
554 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF"