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

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dinstall-sh216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
221 if test ! -d "$dstdir"; then
229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
260 dsttmp=$dstdir/_inst.$$_
261 rmtmp=$dstdir/_rm.$$_
282 { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
294 if test -f "$dstdir/$dstfile"; then
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
296 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
298 echo "$0: cannot unlink or rename $dstdir/
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dinstall-sh158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
164 if [ ! -d "$dstdir" ]; then
172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
223 dsttmp=$dstdir/#inst.$$#
244 $doit $rmcmd -f $dstdir/$dstfile &&
245 $doit $mvcmd $dsttmp $dstdir/$dstfile
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dinstall-sh158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
164 if [ ! -d "$dstdir" ]; then
172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
223 dsttmp=$dstdir/#inst.$$#
244 $doit $rmcmd -f $dstdir/$dstfile &&
245 $doit $mvcmd $dsttmp $dstdir/$dstfile
/bind-9.6-ESV-R11/
H A Dinstall-sh158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
164 if [ ! -d "$dstdir" ]; then
172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
223 dsttmp=$dstdir/#inst.$$#
244 $doit $rmcmd -f $dstdir/$dstfile &&
245 $doit $mvcmd $dsttmp $dstdir/$dstfile
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dinstall-sh190 dstdir=`echo "$dstarg" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
196 if [ ! -d "$dstdir" ]; then
204 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
249 dstfinal="$dstdir/$dstfile"
253 dsttmp=$dstdir/#inst.$$#

Completed in 10 milliseconds