Home
last modified time | relevance | path

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

/iconv/
A Dstrtab.c56 size_t total; member
262 st->total += newstr->len - (*sep)->len; in strtabadd()
278 st->total += newstr->len; in strtabadd()
316 endp = retval = (char *) xmalloc (st->total + 1); in strtabfinalize()
326 assert (copylen == st->total + 1); in strtabfinalize()
327 assert (endp == retval + st->total + 1); in strtabfinalize()
A Diconvconfig.c1014 size_t total; in write_output() local
1145 total = iov[0].iov_len; in write_output()
1147 header.string_offset = total; in write_output()
1150 total += iov[1].iov_len; in write_output()
1158 total += iov[2].iov_len; in write_output()
1162 header.hash_offset = total; in write_output()
1166 total += iov[idx].iov_len; in write_output()
1169 header.module_offset = total; in write_output()
1172 total += iov[idx].iov_len; in write_output()
1179 header.otherconv_offset = total; in write_output()
[all …]

Completed in 7 milliseconds