Lines Matching refs:dst
80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
276 if test -d "$dst"; then
281 dstdir=$dst
282 dst=$dstdir/`basename "$src"`
285 dstdir=`dirname "$dst"`
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
452 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
459 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
464 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
476 test ! -f "$dst" ||
477 $doit $rmcmd -f "$dst" 2>/dev/null ||
478 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
481 { echo "$0: cannot unlink or rename $dst" >&2
487 $doit $mvcmd "$dsttmp" "$dst"