Home | History | Annotate | Download | only in cpython3

Lines Matching refs:dst

72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
177 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
225 dstfile=`basename "$dst"`
227 dstfile=`basename "$dst" $transformbasename |
235 dstfile=`basename "$dst"`