Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/smbsrv/
H A Dstring.h130 size_t smb_wcstombs(char *, const smb_wchar_t *, size_t);
/titanic_41/usr/src/common/smbsrv/
H A Dsmb_utf8.c211 smb_wcstombs(char *mbstring, const smb_wchar_t *wcstring, size_t nbytes) in smb_wcstombs() function
H A Dsmb_msgbuf.c375 (void) smb_wcstombs((char *)cvalp, wcs, repc * 2); in buf_decode()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dmapfile-vers402 smb_wcstombs;
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c153 (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 Dsmb_session.c253 (void) smb_wcstombs(session->workstation, wbuf, SMB_PI_MAX_HOST); in smb_session_request()