Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_check.c285 int id_fmt, plural_fmt, str_fmt; in check_format() local
417 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
418 if (id_fmt == -1) { in check_format()
434 if (id_fmt != str_fmt) { in check_format()
438 id_fmt, str_fmt); in check_format()
441 for (n = 0; n < id_fmt; n++) { in check_format()
485 if (id_fmt != plural_fmt) { in check_format()
489 id_fmt, plural_fmt); in check_format()
492 for (n = 0; n < id_fmt; n++) { in check_format()
510 if (id_fmt != pstr_fmt[i]) { in check_format()
[all …]