Searched refs:strnNE (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/patch/ |
H A D | common.h | 50 #define strnNE(s1,s2,l) (strncmp(s1, s2, l) != 0) macro
|
H A D | pch.c | 578 if (len == 0 || strnNE(buf, "********", 8)) { in another_hunk() 908 if (len == 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
|
H A D | patch.c | 1102 } else if (strnNE(ilineptr, plineptr, plinelen)) in patch_match()
|