Lines Matching refs:src
70 src=
165 for src
168 case $src in
169 -*) src=./$src ;;
173 dst=$src
174 src=
183 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
185 # if $src (and thus $dsttmp) contains '*'.
186 if test ! -f "$src" && test ! -d "$src"; then
187 echo "$0: $src does not exist." >&2
205 dst=$dst/`basename "$src"`
277 $doit $instcmd "$src" "$dsttmp" &&
283 # errors from the above "$doit $instcmd $src $dsttmp" command.