Home
last modified time | relevance | path

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

/dragonfly/usr.bin/patch/
HDcommon.h51 #define strnNE(s1,s2,l) (strncmp(s1, s2, l) != 0) macro
HDpch.c579 if (len == 0 || strnNE(buf, "********", 8)) { in another_hunk()
914 if (len == 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
HDpatch.c1097 } else if (strnNE(ilineptr, plineptr, plinelen)) in patch_match()