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

/freebsd-9.3-release/contrib/openpam/
H A Dinstall-sh97 dst_arg=
158 -t) dst_arg=$2
160 case $dst_arg in
161 -* | [=\(\)!]) dst_arg=./$dst_arg;;
180 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
186 if test -n "$dst_arg"; then
188 set fnord "$@" "$dst_arg"
192 dst_arg=$arg
194 case $dst_arg i
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dinstall-sh97 dst_arg=
158 -t) dst_arg=$2
176 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
182 if test -n "$dst_arg"; then
184 set fnord "$@" "$dst_arg"
188 dst_arg=$arg
251 if test -z "$dst_arg"; then
256 dst=$dst_arg
266 echo "$0: $dst_arg: Is a directory" >&2
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h48 void *dst_arg; member in struct:dsl_sync_task
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh97 dst_arg=
158 -t) dst_arg=$2
176 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
182 if test -n "$dst_arg"; then
184 set fnord "$@" "$dst_arg"
188 dst_arg=$arg
251 if test -z "$dst_arg"; then
256 dst=$dst_arg
266 echo "$0: $dst_arg: Is a directory" >&2
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c89 dst.dst_arg = arg;
129 dst->dst_arg = arg;
168 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx);
170 dst->dst_syncfunc(dst->dst_arg, tx);

Completed in 53 milliseconds