Lines Matching refs:oemlen
383 int oemlen; // len of OEM string, w/o null in msgbuf_get_oem_string() local
397 oemlen = 0; in msgbuf_get_oem_string()
407 oemlen++; in msgbuf_get_oem_string()
420 oembuf[oemlen] = '\0'; in msgbuf_get_oem_string()
426 mbsmax = oemlen * 2; in msgbuf_get_oem_string()
717 int oemlen; in msgbuf_put_oem_string() local
724 if ((oemlen = smb_sbequiv_strlen(mbs)) == -1) in msgbuf_put_oem_string()
732 repc = oemlen; in msgbuf_put_oem_string()
741 oembuf = smb_msgbuf_malloc(mb, oemlen + 1); in msgbuf_put_oem_string()
744 rlen = smb_mbstooem(oembuf, mbs, oemlen); in msgbuf_put_oem_string()
747 if (rlen > oemlen) in msgbuf_put_oem_string()
748 rlen = oemlen; in msgbuf_put_oem_string()