Searched refs:oemcs (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/ |
H A D | test_conv.c | 239 uint8_t oemcs[8]; in conv_mbstooem() local 243 len = smb_mbstooem(oemcs, "foo", 8); in conv_mbstooem() 248 if (memcmp(oemcs, "foo", len+1)) { in conv_mbstooem() 250 hexdump((uchar_t *)oemcs, len+1); in conv_mbstooem() 254 len = smb_mbstooem(oemcs, fubar_mbs, 8); in conv_mbstooem() 259 if (memcmp(oemcs, (char *)fubar_oem, len+1)) { in conv_mbstooem() 261 hexdump((uchar_t *)oemcs, len+1); in conv_mbstooem() 265 len = smb_mbstooem(oemcs, mbsp, 8); in conv_mbstooem() 270 if (memcmp(oemcs, "P?.", len+1)) { in conv_mbstooem() 272 hexdump((uchar_t *)oemcs, len+1); in conv_mbstooem()
|