Searched refs:has_newline (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-check.c479 int has_newline; local
492 has_newline = (msgid[0] == '\n');
498 if (TEST_NEWLINE(msgid_plural) != has_newline)
507 if (TEST_NEWLINE(p) != has_newline)
521 if (TEST_NEWLINE(msgstr) != has_newline)
533 has_newline = (msgid[strlen (msgid) - 1] == '\n');
539 if (TEST_NEWLINE(msgid_plural) != has_newline)
548 if (TEST_NEWLINE(p) != has_newline)
562 if (TEST_NEWLINE(msgstr) != has_newline)
/netbsd-current/external/mit/expat/dist/tests/
H A Dminicheck.c221 const int has_newline = (msg[strlen(msg) - 1] == '\n'); local
222 fprintf(stderr, "ERROR: %s%s", msg, has_newline ? "" : "\n");
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dcommon.c722 int has_newline(const char *str) function
H A Dcommon.h512 int has_newline(const char *str);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig.c3076 if (ret && has_newline(ret)) {
3323 if (has_newline(value))
3379 has_newline(val))) {
4231 if (has_newline(pos)) {
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drcs.c6820 instead has_newline indicates the presence or absence of \n. */
6822 /* Length of this line, not counting \n if has_newline is true. */
6828 int has_newline; member in struct:line
6925 q->has_newline = nextline_newline;
6938 q->has_newline = nextline_newline;
7225 if (lines.vector[ln]->has_newline)
7565 if (headlines.vector[ln]->has_newline)

Completed in 234 milliseconds