Home
last modified time | relevance | path

Searched refs:str_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
426 str_fmt = extract_format(str_norm, msgstr, nsz); in check_format()
427 if (str_fmt == -1) { in check_format()
432 if (id_fmt != str_fmt) { in check_format()
436 id_fmt, str_fmt); in check_format()