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

/freebsd-11-stable/contrib/groff/
H A Dinstall-sh70 dstarg=
128 -t) dstarg=$2
141 test -n "$dir_arg$dstarg" && break
145 if test -n "$dstarg"; then
147 set fnord "$@" "$dstarg"
151 dstarg=$arg
193 if test -z "$dstarg"; then
198 dst=$dstarg
208 echo "$0: $dstarg: Is a directory" >&2
/freebsd-11-stable/contrib/binutils/
H A Dinstall-sh70 dstarg=
128 -t) dstarg=$2
141 test -n "$dir_arg$dstarg" && break
145 if test -n "$dstarg"; then
147 set fnord "$@" "$dstarg"
151 dstarg=$arg
193 if test -z "$dstarg"; then
198 dst=$dstarg
208 echo "$0: $dstarg: Is a directory" >&2
/freebsd-11-stable/contrib/openbsm/config/
H A Dinstall-sh70 dstarg=
128 -t) dstarg=$2
141 test -n "$dir_arg$dstarg" && break
145 if test -n "$dstarg"; then
147 set fnord "$@" "$dstarg"
151 dstarg=$arg
193 if test -z "$dstarg"; then
198 dst=$dstarg
208 echo "$0: $dstarg: Is a directory" >&2
/freebsd-11-stable/contrib/file/
H A Dinstall-sh157 dstarg="$srcarg"
159 dstarg="$dst"
183 if [ -d "$dstarg" ]
185 dstarg="$dstarg"/`basename "$srcarg"`
190 dstdir=`echo "$dstarg" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
230 if [ -d "$dstarg" ]; then
233 $doit $mkdirprog "$dstarg" &&
235 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dstarg"; else true ; fi &&
236 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dstarg"; els
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dinstall-sh143 if test -n "$dstarg"; then
145 set fnord "$@" "$dstarg"
149 dstarg=$arg
191 if test -z "$dstarg"; then
196 dst=$dstarg

Completed in 108 milliseconds