Searched defs:length2 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dprintf.c78 int length2; local
88 length2 = mbtowc(&wfcode, (char *)fmt, MB_LEN_MAX);
89 if(length2 <= 0) {
102 fmt += length2;
H A Dex_put.c360 int length, length2; local
390 length2 = wctomb((char *)multic, c);
392 while(length2--)
H A Dex_vput.c1214 int d, length, length2, bytelength; local
1331 length2 = length;
1332 while(--length2)
1385 length2 = length;
1388 while(--length2)
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c527 uint_t length2; local
565 geo, (int **)&geoip, &length2) != DDI_PROP_SUCCESS) {
569 if (length2 < 6) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c1776 uint16_t length2; local
1852 length2 = pBuffer[i++];
1858 length2 >
1859 buf2_size ? buf2_size : length2);
1860 buf2[length2 >
1862 1) : length2] = 0;
1865 i += length2;

Completed in 58 milliseconds