Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/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
240 if [[ ! $dst_path ]] && (( ! dst_eof ))
268 … $dst_path ]] && print -r -u2 -f $': dst %8s %10s %s %s %s %s %3s %s\n' $dst_size $dst_mtime $dst_…
270 if [[ $src_path == $dst_path ]]
274 rm[nrm++]=$dst_path
275 if [[ $dst_path != $dst_skip ]]
279 dst_skip="$dst_path/*"
338 elif [[ ! $dst_path || $src_path && $src_path < $dst_path ]]
356 elif [[ $dst_path ]]
360 rm[nrm++]=$dst_path
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c306 if (strlen(filename) + strlen(dst_path) >= sizeof(pathname)) in dst_s_fopen()
309 if (*dst_path != '\0') { in dst_s_fopen()
310 strcpy(pathname, dst_path); in dst_s_fopen()
H A Ddst_api.c62 const char *dst_path = ""; variable
115 dst_path = tmp; in dst_init()
841 filename, dst_path[0] ? dst_path : in dst_s_read_private_key_file()
H A Ddst_internal.h103 extern const char *dst_path;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_rename.c352 char *dst_path = dst_fqi->fq_path.pn_path; in smb_rename_check_stream() local
355 if ((dst_path[0] == ':') || in smb_rename_check_stream()
356 ((dst_path[0] == '\\') && (dst_path[1] == ':'))) { in smb_rename_check_stream()
365 if (smb_is_stream_name(dst_path)) in smb_rename_check_stream()