Lines Matching refs:oems
334 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()
472 oems[rlen] = '\0'; in smb_mbstooem()