Searched refs:ln_tmp_file (Results 1 – 1 of 1) sorted by relevance
64 ln_tmp_file="$base.exp-ln.tmp"79 if "$lint1" $flags "$base.c" "$ln_tmp_file" > "$exp_tmp_file"; then95 if [ ! -f "$ln_tmp_file" ]; then98 rm "$ln_tmp_file"101 tr -d ' \t' < "$ln_tmp_file" > "$ln_tmp_file.trimmed.tmp" &&102 cmp -s "$ln_file.trimmed.tmp" "$ln_tmp_file.trimmed.tmp"; then103 rm "$ln_tmp_file"106 mv "$ln_tmp_file" "$ln_file"108 rm -f "$ln_file.trimmed.tmp" "$ln_tmp_file.trimmed.tmp"