Lines Matching refs:temp
145 temp=$(${TOOL_MKTEMP} -t $progname) || exit 1
146 trap "rm -f $temp" 0
169 compress -c "$file" | tail -c +3 >"$temp"
171 size2=$(wc -c "$temp" | awk '{print $1}')
174 makeheader "$temp" "$file" "$filename" "$type" 1
175 nbits=$(dd if="$temp" bs=1 count=1 \
182 tail -c +2 "$temp"
192 makearchive $(ls -A) >$temp
198 makeheader "$temp" "$file" "$file" ddc 0
199 cat "$temp"
201 rm -f "$temp"