Home
last modified time | relevance | path

Searched refs:length2 (Results 1 – 5 of 5) sorted by relevance

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