Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c283 int id_fmt, plural_fmt, str_fmt; in check_format() local
461 plural_fmt = extract_format(plural_norm, plural, nsz); in check_format()
462 if (plural_fmt == -1) { in check_format()
483 if (id_fmt != plural_fmt) { in check_format()
487 id_fmt, plural_fmt); in check_format()