Searched refs:wcbuf (Results 1 – 3 of 3) sorted by relevance
289 uint8_t *wcbuf; in smb_com_negotiate() local433 wcbuf = smb_srm_zalloc(sr, wclen); in smb_com_negotiate()434 smb_msgbuf_init(&mb, wcbuf, wclen, SMB_MSGBUF_UNICODE); in smb_com_negotiate()459 wcbuf); /* nbdomain (unicode) */ in smb_com_negotiate()
195 wchar_t wcbuf[MAXFULLNAME]; local215 mbstowcs(wcbuf, arg, MAXFULLNAME);216 for (n=wcbuf ;; n=cl+1) {
706 wchar_t * wcbuf = ALLOC_WC(strlen(from) + 1); in get_wstring() local707 mbstowcs(wcbuf, from, strlen(from)+1); in get_wstring()708 return wcbuf; in get_wstring()