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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dcommon.h91 #define strnNE(s1,s2,l) (strncmp(s1, s2, l)) macro
H A Dpch.c546 if (len == 0 || strnNE(buf, "********", 8)) {
868 if (len == 0 || strnNE(buf, "@@ -", 4)) {
H A Dpatch.c924 else if (strnNE(ifetch(iline, (offset >= 0)),

Completed in 110 milliseconds