Searched defs:buf4c (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c486 wchar_t buf4c[128]; local
492 len = mbstowcs(buf4c, mb, 127);
493 buf4c[127] = '\0';
496 if (buf4c[i] & 0xFFFFFF00) {
506 comp[j] = (buf4c[i] & 0xFF00) >> 8;
508 comp[j++] = buf4c[i] & 0xFF;
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1417 wchar_t buf4c[128]; local
1427 buf4c[i] = ibuf[index++] << 8;
1429 buf4c[i] = 0;
1432 buf4c[i] |= ibuf[index++];
1435 (void) wcstombs((char *)obuf, buf4c, 128);

Completed in 62 milliseconds