Searched refs:smb_wcstombs (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | string.h | 130 size_t smb_wcstombs(char *, const smb_wchar_t *, size_t);
|
/titanic_41/usr/src/common/smbsrv/ |
H A D | smb_utf8.c | 211 smb_wcstombs(char *mbstring, const smb_wchar_t *wcstring, size_t nbytes) in smb_wcstombs() function
|
H A D | smb_msgbuf.c | 375 (void) smb_wcstombs((char *)cvalp, wcs, repc * 2); in buf_decode()
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | mapfile-vers | 402 smb_wcstombs;
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 153 (void) smb_wcstombs(src_name, unicode_src_name, SMB_PI_MAX_HOST); in smb_netlogon_receive()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session.c | 253 (void) smb_wcstombs(session->workstation, wbuf, SMB_PI_MAX_HOST); in smb_session_request()
|