Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dgnu_check.c284 int str_b_newline, str_e_newline; in check_format() local
332 str_e_newline = (msgstr[str_len - 1 - 1] == '\n'); in check_format()
342 if (id_e_newline && !str_e_newline) { in check_format()
346 } else if (!id_e_newline && str_e_newline) { in check_format()
382 str_e_newline = in check_format()
395 if (id_e_newline && !str_e_newline) { in check_format()
399 } else if (!id_e_newline && str_e_newline) { in check_format()