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

/ast/src/cmd/INIT/
H A Dditto.sh124 typeset dst_user dst_host dst_path dst_type dst_uid dst_gid dst_perm dst_sum
208 dst_path='' dst_eof=0
240 if [[ ! $dst_path ]] && (( ! dst_eof ))
242 if read -r -u6 text dst_mtime dst_sum dst_uid dst_gid dst_type dst_perm dst_path dst_link
247 dst_path=
258 dst_path=
268 [[ $dst_path ]] && print -r -u2 -f $': dst %8s %10s %s %s %s %s %3s %s\n' $dst_size $dst_mtime $dst_sum $dst_uid $dst_gid $dst_type $dst_perm "$dst_path"
270 if [[ $src_path == $dst_path ]]
274 rm[nrm++]=$dst_path
[all...]

Completed in 16 milliseconds