Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/msgfmt/
H A Dgnu_po.y177 char *plural_str; variable
189 plural_str = (char *)Xmalloc(len);
190 (void) memcpy(plural_str, $1.str, $1.len);
191 (void) memcpy(plural_str + $1.len, $2.str, $2.len);
195 $$.str = plural_str;
/titanic_44/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c178 char *nplurals_str, *plural_str; in parse_header() local
230 plural_str = strstr(header, PLURAL_MOD); in parse_header()
231 if (nplurals_str == NULL || plural_str == NULL) { in parse_header()
252 p = plural_str + PLURAL_LEN; in parse_header()