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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c293 * Open a file in the dst_path directory. If perm is specified, the
309 if (strlen(filename) + strlen(dst_path) >= sizeof(pathname))
312 if (*dst_path != '\0') {
313 strcpy(pathname, dst_path);
H A Ddst_internal.h103 extern const char *dst_path;
H A Ddst_api.c66 const char *dst_path = ""; variable
119 dst_path = tmp;
845 filename, dst_path[0] ? dst_path :
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_rename.c512 char *dst_path = dst_fqi->fq_path.pn_path; local
515 if ((dst_path[0] == ':') ||
516 ((dst_path[0] == '\\') && (dst_path[1] == ':'))) {
525 if (smb_is_stream_name(dst_path))

Completed in 62 milliseconds