Searched refs:tmp_out (Results 1 – 2 of 2) sorted by relevance
28 tmp_out=$(mktemp -t tmp.XXXXXXXXXX)50 …_parser_xml.py $thisdir/metadata_definitions.xml $thisdir/metadata_template.mako $tmp_out || exit 152 tidy -indent -xml -quiet $tmp_out > $tmp_tidy256 rm $tmp_out $tmp_tidy1 $tmp_tidy2
216 TO *tmp_out = out; // may remove if const out definition changes. in ProcessBase() local217 accum.volume(tmp_out, volumeLR[0]); in ProcessBase()