Home
last modified time | relevance | path

Searched refs:oems (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
341 if (mbs == NULL || oems == NULL) in smb_oemtombs()
350 p = (uchar_t *)oems; in smb_oemtombs()
364 char *ibuf = (char *)oems; in smb_oemtombs()
374 const char *ibuf = (char *)oems; in smb_oemtombs()
391 bcopy(oems, mbs, rlen); in smb_oemtombs()
412 smb_mbstooem(uint8_t *oems, const char *mbs, int max_oemlen) in smb_mbstooem() argument
419 if (oems == NULL || mbs == NULL) in smb_mbstooem()
438 char *obuf = (char *)oems; in smb_mbstooem()
469 bcopy(mbs, oems, rlen); in smb_mbstooem()
[all …]