Searched refs:dsttmp (Results 1 – 1 of 1) sorted by relevance
456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0464 : >"$dsttmp" # No need to fork-exec 'touch'.466 $doit touch "$dsttmp"470 $doit_exec $cpprog "$src" "$dsttmp") &&478 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&479 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&486 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&492 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1494 rm -f "$dsttmp"504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||[all …]