Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-po.c455 size_t portion_len; in wrap() local
469 for (ep = s, portion_len = 0; ep < es; ep++) in wrap()
473 portion_len += 2; in wrap()
475 portion_len += 4; in wrap()
477 portion_len += 2; in wrap()
519 portion_len += insize; in wrap()
531 portion_len += 2; in wrap()
535 portion_len += 1; in wrap()
539 portion = (char *) xmalloc (portion_len); in wrap()
540 overrides = (char *) xmalloc (portion_len); in wrap()
[all …]