Searched refs:ln_tmp_file (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Daccept.sh57 ln_tmp_file="$base.exp-ln.tmp"
72 if "$lint1" $flags "$base.c" "$ln_tmp_file" > "$exp_tmp_file"; then
88 if [ ! -f "$ln_tmp_file" ]; then
91 rm "$ln_tmp_file"
94 tr -d ' \t' < "$ln_tmp_file" > "$ln_tmp_file.trimmed.tmp" &&
95 cmp -s "$ln_file.trimmed.tmp" "$ln_tmp_file.trimmed.tmp"; then
96 rm "$ln_tmp_file"
99 mv "$ln_tmp_file" "$ln_file"
101 rm -f "$ln_file.trimmed.tmp" "$ln_tmp_file
[all...]

Completed in 125 milliseconds