Searched refs:strnNE (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/usr.bin/patch/ |
| HD | common.h | 51 #define strnNE(s1,s2,l) (strncmp(s1, s2, l) != 0) macro
|
| HD | pch.c | 579 if (len == 0 || strnNE(buf, "********", 8)) { in another_hunk() 914 if (len == 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
|
| HD | patch.c | 1097 } else if (strnNE(ilineptr, plineptr, plinelen)) in patch_match()
|