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

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.c161 int catlen; local
165 catlen = s->sg.end + len;
166 while (catlen > s->sg.max)
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c90 uint32_t cblen, loclen, catlen, totallen; local
117 catlen = (uint32_t)category_name_len[mp->category];
123 totallen = cblen + loclen + 1 + catlen + 1 +

Completed in 45 milliseconds