Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1679 int32_t error, index, c_tx_sz, len_till_now; in ud_uncompress() local
1688 error = len_till_now = make_crc = 0; in ud_uncompress()
1703 len_till_now = 1; in ud_uncompress()
1711 len_till_now = 1; in ud_uncompress()
1736 dot_loc = len_till_now; in ud_uncompress()
1773 ((len_till_now + c_tx_sz) > MAX_ALLOWABLE_STRING)) { in ud_uncompress()
1774 crc_start_loc = len_till_now; in ud_uncompress()
1777 if ((len_till_now + c_tx_sz) < MAXNAMELEN) { in ud_uncompress()
1778 (void) strncpy((caddr_t)&out_str[len_till_now], in ud_uncompress()
1780 len_till_now += c_tx_sz; in ud_uncompress()
[all …]