Searched refs:dst_arg (Results 1 – 14 of 14) sorted by relevance
82 dst_arg=144 dst_arg=$2146 case $dst_arg in147 -* | [=\(\)!]) dst_arg=./$dst_arg;;170 if test -n "$dst_arg"; then182 if test -n "$dst_arg"; then184 set fnord "$@" "$dst_arg"188 dst_arg=$arg190 case $dst_arg in191 -* | [=\(\)!]) dst_arg=./$dst_arg;;[all …]
87 dst_arg=164 dst_arg=$2166 case $dst_arg in167 -* | [=\(\)!]) dst_arg=./$dst_arg;;190 if test -n "$dst_arg"; then202 if test -n "$dst_arg"; then204 set fnord "$@" "$dst_arg"208 dst_arg=$arg210 case $dst_arg in211 -* | [=\(\)!]) dst_arg=./$dst_arg;;[all …]
94 dst_arg=171 dst_arg=$2173 case $dst_arg in174 -* | [=\(\)!]) dst_arg=./$dst_arg;;197 if test -n "$dst_arg"; then209 if test -n "$dst_arg"; then211 set fnord "$@" "$dst_arg"215 dst_arg=$arg217 case $dst_arg in218 -* | [=\(\)!]) dst_arg=./$dst_arg;;[all …]
97 dst_arg=158 -t) dst_arg=$2182 if test -n "$dst_arg"; then184 set fnord "$@" "$dst_arg"188 dst_arg=$arg251 if test -z "$dst_arg"; then256 dst=$dst_arg266 echo "$0: $dst_arg: Is a directory" >&2
69 dst.dst_arg = arg; in dsl_sync_task_common()190 dst->dst_arg = arg; in dsl_sync_task_nowait_common()254 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()256 dst->dst_syncfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
108 void *dst_arg; member