Home
last modified time | relevance | path

Searched refs:unc_buf (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/common/smbsrv/
H A Dsmb_string.c447 unc->unc_buf = smb_mem_strdup(path); in smb_unc_init()
449 if ((unc->unc_buf = strdup(path)) == NULL) in smb_unc_init()
453 (void) strsubst(unc->unc_buf, '\\', '/'); in smb_unc_init()
454 (void) strcanon(unc->unc_buf, "/"); in smb_unc_init()
456 unc->unc_server = unc->unc_buf + 1; in smb_unc_init()
498 smb_mem_free(unc->unc_buf); in smb_unc_free()
500 free(unc->unc_buf); in smb_unc_free()
502 unc->unc_buf = NULL; in smb_unc_free()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dstring.h151 char *unc_buf; member