Home
last modified time | relevance | path

Searched refs:strnNE (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/patch/
H A Dcommon.h50 #define strnNE(s1,s2,l) (strncmp(s1, s2, l) != 0) macro
H A Dpch.c578 if (len == 0 || strnNE(buf, "********", 8)) { in another_hunk()
908 if (len == 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
H A Dpatch.c1102 } else if (strnNE(ilineptr, plineptr, plinelen)) in patch_match()