Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c38 static char *smb_pathname_strdup(smb_request_t *, const char *);
812 pn->pn_path = smb_pathname_strdup(sr, path); in smb_pathname_init()
840 smb_pathname_strdup(sr, pname); in smb_pathname_init()
864 pn->pn_fname = smb_pathname_strdup(sr, fname); in smb_pathname_init()
887 pn->pn_fname = smb_pathname_strdup(sr, fname); in smb_pathname_init()
911 pn->pn_sname = smb_pathname_strdup(sr, sname); in smb_pathname_init()
941 pn->pn_path = smb_pathname_strdup(sr, "\\"); in smb_pathname_preprocess()
1020 smb_pathname_strdup(smb_request_t *sr, const char *s) in smb_pathname_strdup() function