Lines Matching refs:dst
80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
275 if test -d "$dst"; then
280 dstdir=$dst
282 case $dst in
283 */) dst=$dst$dstbase;;
284 *) dst=$dst/$dstbase;;
288 dstdir=`dirname "$dst"`
431 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
432 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
434 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
460 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
467 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
472 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
484 test ! -f "$dst" ||
485 $doit $rmcmd -f "$dst" 2>/dev/null ||
486 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
489 { echo "$0: cannot unlink or rename $dst" >&2
495 $doit $mvcmd "$dsttmp" "$dst"