Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dprintf.c72 int length2; in viprintf() local
82 length2 = mbtowc(&wfcode, (char *)fmt, MB_LEN_MAX); in viprintf()
83 if(length2 <= 0) { in viprintf()
96 fmt += length2; in viprintf()
H A Dex_vput.c1212 int d, length, length2, bytelength; local
1329 length2 = length;
1330 while(--length2)
1383 length2 = length;
1386 while(--length2)
H A Dex_put.c359 int length, length2; in flush1() local
389 length2 = wctomb((char *)multic, c); in flush1()
391 while(length2--) in flush1()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr40 : strdup ( c-addr length -- c-addr2 length2 ior )
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c520 uint_t length2; in emul64_tran_tgt_init() local
558 geo, (int **)&geoip, &length2) != DDI_PROP_SUCCESS) { in emul64_tran_tgt_init()
562 if (length2 < 6) { in emul64_tran_tgt_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c1782 uint16_t length2; in emlxs_dump_cfg_region14_decoded() local
1858 length2 = pBuffer[i++]; in emlxs_dump_cfg_region14_decoded()
1864 length2 > in emlxs_dump_cfg_region14_decoded()
1865 buf2_size ? buf2_size : length2); in emlxs_dump_cfg_region14_decoded()
1866 buf2[length2 > in emlxs_dump_cfg_region14_decoded()
1868 1) : length2] = 0; in emlxs_dump_cfg_region14_decoded()
1871 i += length2; in emlxs_dump_cfg_region14_decoded()