strncmpic         710 pcre/pcretest.cpp if (strncmpic(p, (uschar *)"cr>", 3) == 0) return PCRE_NEWLINE_CR;
strncmpic         711 pcre/pcretest.cpp if (strncmpic(p, (uschar *)"lf>", 3) == 0) return PCRE_NEWLINE_LF;
strncmpic         712 pcre/pcretest.cpp if (strncmpic(p, (uschar *)"crlf>", 5) == 0) return PCRE_NEWLINE_CRLF;
strncmpic         713 pcre/pcretest.cpp if (strncmpic(p, (uschar *)"anycrlf>", 8) == 0) return PCRE_NEWLINE_ANYCRLF;
strncmpic         714 pcre/pcretest.cpp if (strncmpic(p, (uschar *)"any>", 4) == 0) return PCRE_NEWLINE_ANY;