Home
last modified time | relevance | path

Searched refs:id_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
415 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
416 if (id_fmt == -1) { in check_format()
432 if (id_fmt != str_fmt) { in check_format()
436 id_fmt, str_fmt); in check_format()
439 for (n = 0; n < id_fmt; n++) { in check_format()
483 if (id_fmt != plural_fmt) { in check_format()
487 id_fmt, plural_fmt); in check_format()
490 for (n = 0; n < id_fmt; n++) { in check_format()
508 if (id_fmt != pstr_fmt[i]) { in check_format()
[all …]