Lines Matching refs:strnEQ
303 if (!stars_last_line && strnEQ(s, "*** ", 4))
306 else if (strnEQ(s, "--- ", 4))
309 else if (strnEQ(s, "+++ ", 4))
313 else if (strnEQ(s, "Index:", 6))
316 else if (strnEQ(s, "Prereq:", 7)) {
337 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) {
338 if (strnEQ(s + 4, "0,0", 3))
346 stars_this_line = strnEQ(s, "********", 8);
348 strnEQ(s, "*** ", 4)) {
365 (strnEQ(s, "< ", 2) || strnEQ(s, "> ", 2))) {
574 if (strnEQ(buf, "********", 8)) {
601 if (strnEQ(s, "0,0", 3))