Home
last modified time | relevance | path

Searched refs:str_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
428 str_fmt = extract_format(str_norm, msgstr, nsz); in check_format()
429 if (str_fmt == -1) { in check_format()
434 if (id_fmt != str_fmt) { in check_format()
438 id_fmt, str_fmt); in check_format()