Searched refs:dst_path (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.10.1/ruby-106/ruby/lib/uri/
H A Dgeneric.rb1278 dst_path = dst.scan(%r{(?:\A|[^/]+)/?})
1281 while !dst_path.empty? && dst_path.first == src_path.first
1283 dst_path.shift
1286 tmp = dst_path.join
1292 elsif dst_path.first.include?(':') # (see RFC2396 Section 5)
/macosx-10.10.1/ksh-23/ksh/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...]
/macosx-10.10.1/libarchive-30/libarchive/contrib/psota-benchmark/
H A Dtcp.sh37 dst_path=${3:-$2}/tcptmp
40 mkdir $dst_path || exit 2
72 " archive=$dst, extract to $dst_path"
77 for op in "cf $dst $pax -C $src ." "tf $dst" "xf $dst -C $dst_path" \
78 "f $dst -C $dst_path --diff"; do
85 { chmod -R u+w $dst_path
86 rm -rf $dst_path; mkdir $dst_path; }
101 rm -rf $dst_path $dst
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dln.c133 char *dst_path, *p; local
154 dst_path = 0;
162 dst_path = mkdirpath (dst, p);
163 dst = dst_path;
172 FREE (dst_path);
180 FREE (dst_path);
184 FREE (dst_path);
/macosx-10.10.1/libresolv-57/
H A Ddst_api.c73 const char *dst_path = ""; variable
128 dst_path = tmp;
871 filename, dst_path[0] ? dst_path :
H A Ddst_internal.h117 #define dst_path res_9_dst_path macro
118 extern const char *dst_path;
H A Ddst_support.c312 * Open a file in the dst_path directory. If perm is specified, the
329 if (*dst_path != '\0') {
330 strcpy(pathname, dst_path);
/macosx-10.10.1/gpatch-3/patch/
H A Drename.c48 rpl_rename (const char *src_path, const char *dst_path) argument
62 ret_val = rename (src_temp, dst_path);

Completed in 134 milliseconds