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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1541 int32_t error, in_index, out_index, index, c_tx_sz, out_str_len; local
1553 error = in_index = out_index = c_tx_sz = 0;
1570 w2_str[out_index++] = w2_char;
1572 if (((comp_id == 0x10) && (out_index > ((out_str_len - 2)/2))) ||
1573 ((comp_id == 0x8) && (out_index > (out_str_len - 2)))) {
1578 in_index = out_index;
1579 out_index = 0;
1580 out_str[out_index++] = comp_id;
1583 out_str[out_index++] = (w2_str[index] & 0xFF00) >> 8;
1585 out_str[out_index
[all...]

Completed in 47 milliseconds