Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c309 if (strlen(filename) + strlen(dst_path) >= sizeof(pathname)) in dst_s_fopen()
312 if (*dst_path != '\0') { in dst_s_fopen()
313 strcpy(pathname, dst_path); in dst_s_fopen()
H A Ddst_api.c66 const char *dst_path = ""; variable
119 dst_path = tmp; in dst_init()
845 filename, dst_path[0] ? dst_path : in dst_s_read_private_key_file()
H A Ddst_internal.h103 extern const char *dst_path;
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_rename.c554 char *dst_path = dst_fqi->fq_path.pn_path; in smb_rename_check_stream() local
557 if ((dst_path[0] == ':') || in smb_rename_check_stream()
558 ((dst_path[0] == '\\') && (dst_path[1] == ':'))) { in smb_rename_check_stream()
567 if (smb_is_stream_name(dst_path)) in smb_rename_check_stream()