Searched refs:nbytes2 (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/smbsrv/
H A Dsmb_match.c146 int nbytes1, nbytes2; local
196 nbytes2 = smb_mbtowc(&wc2, str, MTS_MB_CHAR_MAX);
197 if ((nbytes1 == -1) || (nbytes2 == -1))
208 str += nbytes2;

Completed in 46 milliseconds