Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-check.c479 int has_newline; in check_pair() local
492 has_newline = (msgid[0] == '\n'); in check_pair()
498 if (TEST_NEWLINE(msgid_plural) != has_newline) in check_pair()
507 if (TEST_NEWLINE(p) != has_newline) in check_pair()
521 if (TEST_NEWLINE(msgstr) != has_newline) in check_pair()
533 has_newline = (msgid[strlen (msgid) - 1] == '\n'); in check_pair()
539 if (TEST_NEWLINE(msgid_plural) != has_newline) in check_pair()
548 if (TEST_NEWLINE(p) != has_newline) in check_pair()
562 if (TEST_NEWLINE(msgstr) != has_newline) in check_pair()
/netbsd/external/mit/expat/dist/tests/
H A Dminicheck.c221 const int has_newline = (msg[strlen(msg) - 1] == '\n'); in _fail_unless() local
222 fprintf(stderr, "ERROR: %s%s", msg, has_newline ? "" : "\n"); in _fail_unless()
/netbsd/external/bsd/wpa/dist/src/utils/
H A Dcommon.h512 int has_newline(const char *str);
H A Dcommon.c722 int has_newline(const char *str) in has_newline() function
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig.c3076 if (ret && has_newline(ret)) { in wpa_config_get()
3323 if (has_newline(value)) in wpa_config_set_cred()
3379 has_newline(val))) { in wpa_config_set_cred()
4231 if (has_newline(pos)) { in wpa_global_config_parse_str()
/netbsd/external/gpl2/xcvs/dist/src/
H A Drcs.c6828 int has_newline; member
6925 q->has_newline = nextline_newline; in linevector_add()
6938 q->has_newline = nextline_newline; in linevector_add()
7225 if (lines.vector[ln]->has_newline) in rcs_change_text()
7565 if (headlines.vector[ln]->has_newline) in RCS_deltas()