Home
last modified time | relevance | path

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

1234

/dports/news/trn4/trn-4.0-test77/
H A Duudecode.c47 for (s += 4; *s && strnNE(s," of file ",9); s++) ;
66 if (tmppart > tmptotal || strnNE(s,"file ",5))
86 if (!s || strnNE(s, " (Part ", 7))
107 if (!s || strnNE(s, " -- part ", 9))
113 if (tmppart == 0 || strnNE(s, " of ", 4))
118 if (tmppart > tmptotal || strnNE(s, " -- ", 4))
135 if (tmppart > tmptotal || strnNE(s, "File: ", 6))
208 if (strnNE(buf, "begin ", 6))
H A Dconfig2.h84 #define strnNE(s1,s2,l) (strncmp(s1,s2,l)) macro
H A Dkfile.c145 if (strnNE(cp, ngptr->rc->name, len) || !isspace(cp[len]))
442 if (strnNE(cp, ngptr->rc->name, len)
/dports/devel/sunpromake/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
H A Dpch.c562 if (ret <= 0 || strnNE(buf, "********", 8)) { in another_hunk()
898 if (ret <= 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
/dports/devel/smake/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
H A Dpch.c562 if (ret <= 0 || strnNE(buf, "********", 8)) { in another_hunk()
898 if (ret <= 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
/dports/devel/sccs/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
H A Dpch.c562 if (ret <= 0 || strnNE(buf, "********", 8)) { in another_hunk()
898 if (ret <= 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
/dports/devel/schilybase/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
H A Dpch.c562 if (ret <= 0 || strnNE(buf, "********", 8)) { in another_hunk()
898 if (ret <= 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
/dports/net/rscsi/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
H A Dpch.c562 if (ret <= 0 || strnNE(buf, "********", 8)) { in another_hunk()
898 if (ret <= 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
/dports/archivers/star/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
H A Dpch.c562 if (ret <= 0 || strnNE(buf, "********", 8)) { in another_hunk()
898 if (ret <= 0 || strnNE(buf, "@@ -", 4)) { in another_hunk()
/dports/sysutils/cdrtools/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
/dports/editors/ved/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
/dports/sysutils/schilyutils/schily-2021-09-18/patch/
H A Dcommon.h107 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
/dports/misc/iselect/iselect-1.4.0/
H A Diselect_global.h152 #define strnNE(s1, s2, l) (strncmp(s1, s2, l)) macro
/dports/devel/p5-indirect/indirect-0.39/
H A Dindirect.xs415 if ((len < stashlen + 2) || strnNE(name, stash, stashlen) in indirect_ck_rv2sv()
420 if ((len < stashlen + 2) || strnNE(name, stash, stashlen) in indirect_ck_rv2sv()
/dports/lang/p5-signatures/signatures-0.14/
H A Dsignatures.xs121 if (strnNE (s, "sub", 3)) { in handle_proto()
/dports/mail/p5-MIME-Explode/MIME-Explode-0.39/
H A DExplode.xs97 !strnNE((char *)buff+1, "PDF-", 4)) in set_mime_type()
104 return((!strnNE(base, "text/", 5)) ? base : "text/plain"); in set_mime_type()
/dports/news/trn/trn-3.6/
H A Dkfile.c349 && (strnNE(buf,"THRU",4) || fgets(buf,LBUFLEN,localkfp) != Nullch))
H A Dcommon.h125 #define strnNE(s1,s2,l) (strncmp(s1,s2,l)) macro
/dports/devel/p5-Lexical-Var/Lexical-Var-0.009/
H A DChanges148 * bugfix: change a memNE() to strnNE(), to avoid reading off the end

1234