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

/freebsd-11-stable/contrib/sqlite3/
H A Dinstall-sh82 dst_arg=
144 dst_arg=$2
146 case $dst_arg in
147 -* | [=\(\)!]) dst_arg=./$dst_arg;;
170 if test -n "$dst_arg"; then
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
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dinstall-sh82 dst_arg=
144 dst_arg=$2
146 case $dst_arg in
147 -* | [=\(\)!]) dst_arg=./$dst_arg;;
170 if test -n "$dst_arg"; then
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
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh82 dst_arg=
144 dst_arg=$2
146 case $dst_arg in
147 -* | [=\(\)!]) dst_arg=./$dst_arg;;
170 if test -n "$dst_arg"; then
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
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dinstall-sh82 dst_arg=
144 dst_arg=$2
146 case $dst_arg in
147 -* | [=\(\)!]) dst_arg=./$dst_arg;;
170 if test -n "$dst_arg"; then
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
[all...]
/freebsd-11-stable/contrib/ldns/
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-11-stable/contrib/ldns/drill/
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-11-stable/crypto/heimdal/
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-11-stable/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-11-stable/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh97 dst_arg=
162 -t) dst_arg=$2
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
259 if test -z "$dst_arg"; then
264 dst=$dst_arg
274 echo "$0: $dst_arg: Is a directory" >&2
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h105 void *dst_arg; member in struct:dsl_sync_task
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c68 dst.dst_arg = arg;
166 dst->dst_arg = arg;
232 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx);
234 dst->dst_syncfunc(dst->dst_arg, tx);
/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c9007 tree dst_arg, src_arg;
9010 dst_arg = build_decl (PARM_DECL, get_identifier ("_dst"),
9012 DECL_CONTEXT (dst_arg) = cur_block->copy_helper_func_decl;
9013 TREE_USED (dst_arg) = 1;
9014 DECL_ARG_TYPE (dst_arg) = block_impl->block_arg_ptr_type;
9022 TREE_CHAIN (dst_arg) = src_arg;
9023 arg_info->parms = dst_arg;
9044 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"),
9072 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"),
9001 tree dst_arg, src_arg; local
H A Dc-decl.c3506 tree dst_arg, src_arg;
3512 dst_arg = build_decl (PARM_DECL, get_identifier ("_dst"),
3514 TREE_USED (dst_arg) = 1;
3515 DECL_ARG_TYPE (dst_arg) = ptr_type_node;
3521 TREE_CHAIN (dst_arg) = src_arg;
3522 arg_info->parms = dst_arg;
3535 dst_obj = build_indirect_object_id_exp (dst_arg);
3490 tree dst_arg, src_arg; local
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c5216 tree dst_arg, src_arg;
5222 dst_arg = build_decl (PARM_DECL, get_identifier ("_dst"),
5224 TREE_USED (dst_arg) = 1;
5225 DECL_ARG_TYPE (dst_arg) = ptr_type_node;
5231 TREE_CHAIN (dst_arg) = src_arg;
5232 /* arg_info->parms = dst_arg; */
5237 DECL_ARGUMENTS (block_byref_id_object_copy[kind]) = dst_arg;
5249 dst_obj = build_indirect_object_id_exp (dst_arg);
5205 tree dst_arg, src_arg; local
H A Dparser.c19468 tree dst_arg, src_arg;
19471 dst_arg = build_decl (PARM_DECL, get_identifier ("_dst"),
19473 DECL_CONTEXT (dst_arg) = cur_block->copy_helper_func_decl;
19474 TREE_USED (dst_arg) = 1;
19475 DECL_ARG_TYPE (dst_arg) = block_impl->block_arg_ptr_type;
19482 TREE_CHAIN (dst_arg) = src_arg;
19485 /* arg_info->parms = dst_arg; */
19490 DECL_ARGUMENTS (cur_block->copy_helper_func_decl) = dst_arg;
19510 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "->"),
19551 dst_block_component = build_component_ref (build_indirect_ref (dst_arg, "
19465 tree dst_arg, src_arg; local
[all...]

Completed in 456 milliseconds