Searched defs:smb_pathname_strdup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c35 static char *smb_pathname_strdup(smb_request_t *, const char *);
680 pn->pn_path = smb_pathname_strdup(sr, path);
694 smb_pathname_strdup(sr, pname);
709 pn->pn_fname = smb_pathname_strdup(sr, fname);
723 smb_pathname_strdup(sr, fname);
727 pn->pn_sname = smb_pathname_strdup(sr, sname);
757 pn->pn_path = smb_pathname_strdup(sr, "\\");
828 * smb_pathname_strdup
836 smb_pathname_strdup(smb_request_t *sr, const char *s) function

Completed in 47 milliseconds