Lines Matching refs:src
79 src=
246 for src
249 case $src in
250 -* | [=\(\)!]) src=./$src;;
254 dst=$src
260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
263 if test ! -f "$src" && test ! -d "$src"; then
264 echo "$0: $src does not exist." >&2
282 dst=$dstdir/`basename "$src"`
437 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
443 # errors from the above "$doit $cpprog $src $dsttmp" command.