Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c282 int str_b_newline, str_e_newline; in check_format() local
329 str_b_newline = (msgstr[0] == '\n'); in check_format()
331 if (id_b_newline && !str_b_newline) { in check_format()
335 } else if (!id_b_newline && str_b_newline) { in check_format()
379 str_b_newline = (msgstr[p->off] == '\n'); in check_format()
383 if (id_b_newline && !str_b_newline) { in check_format()
387 } else if (!id_b_newline && str_b_newline) { in check_format()