Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y176 char *plural_str; variable
188 plural_str = (char *)Xmalloc(len);
189 (void) memcpy(plural_str, $1.str, $1.len);
190 (void) memcpy(plural_str + $1.len, $2.str, $2.len);
194 $$.str = plural_str;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c172 char *nplurals_str, *plural_str; in parse_header() local
224 plural_str = strstr(header, PLURAL_MOD); in parse_header()
225 if (nplurals_str == NULL || plural_str == NULL) { in parse_header()
246 p = plural_str + PLURAL_LEN; in parse_header()