Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_utf8.c334 smb_oemtombs(char *mbs, const uint8_t *oems, int max_mblen) in smb_oemtombs() argument
361 size_t olen = max_mblen; in smb_oemtombs()
385 rlen = (max_mblen - olen); in smb_oemtombs()
389 if (rlen > max_mblen) in smb_oemtombs()
390 rlen = max_mblen; in smb_oemtombs()
393 if (rlen < max_mblen) in smb_oemtombs()