Searched refs:Strncmp (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h107 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro
157 #define Strncmp(s,v,n) strncmp(s,v,n) macro
H A Dcommon.c747 if ((Strncmp(hp, el->el_line.buffer, (size_t)
802 if ((Strncmp(hp, el->el_line.buffer, (size_t)
H A Dhistory.c897 if (Strncmp(str, ev->str, len) == 0)
915 if (Strncmp(str, ev->str, len) == 0)
/macosx-10.10/libedit-40/src/
H A Dchartype.h107 #define Strncmp(s,v,n) wcsncmp(s,v,n) macro
162 #define Strncmp(s,v,n) strncmp(s,v,n) macro
H A Dcommon.c745 if ((Strncmp(hp, el->el_line.buffer, (size_t)
800 if ((Strncmp(hp, el->el_line.buffer, (size_t)
H A Dhistory.c945 if (Strncmp(str, ev->str, len) == 0)
963 if (Strncmp(str, ev->str, len) == 0)
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h99 #define DohStrncmp DOH_NAMESPACE(Strncmp)
419 #define Strncmp DohStrncmp macro
/macosx-10.10/swig-12/Source/Modules/
H A Dr.cxx22 if (!Strncmp(name, "_", 1)) {
37 if(Strncmp(b, "struct ", 7) == 0)
47 if(Strcmp(el, "p.") == 0 || Strncmp(el, "a(", 2) == 0) {
144 Strncmp(Getitem(l, i), "a(", 2) == 0)
199 Strncmp(Getitem(l, i), "a(", 2) == 0)
268 if (Strncmp(prefix, "f", 1)) return false;
269 if (Strncmp(prefix, "p.f", 3)) return false;
280 ok = Strncmp(type, "struct ", 7) == 0 || Strncmp(type, "p.struct ", 9) == 0;
282 ok = Strncmp(typ
[all...]
H A Ds-exp.cxx174 return (Strncmp(key, "tmap:", 5) == 0);
H A Duffi.cxx166 if (!Strncmp(type_reduced, "enum ", 5)) {
H A Dpike.cxx236 if (Strncmp(name, PrefixPlusUnderscore, Len(PrefixPlusUnderscore)) != 0) {
H A Dmain.cxx1064 if ((depend != 2) || ((depend == 2) && (Strncmp(Getitem(files, i), SwigLib, Len(SwigLib)) != 0))) {
H A Dtcl8.cxx1025 if (Strncmp(dv, "(", 1) == 0) {
H A Dlang.cxx963 if (Strncmp(symname, "__dummy_", 8) == 0) {
1457 if (Strncmp(ki.key, "tmap:", 5) == 0)
2869 if (Strncmp(ki.key, "tmap:", 5) == 0)
/macosx-10.10/tcsh-65/tcsh/
H A Ded.chared.c547 if (!Strncmp(p + 1, l->next->word, (size_t) i))
899 if (Strncmp(KillRing[j].buf, start, (size_t) len) == 0 &&
914 if (Strncmp(KillRing[i].buf, start, (size_t) len) == 0 &&
919 if (Strncmp(KillRing[j].buf, start, (size_t) len) == 0 &&
1036 if (Strncmp(cp, pattern, len) == 0 ||
1044 if (Strncmp(cp, pattern, len) == 0 ||
1814 if (Strncmp(patbuf.s, str, patbuf.len) == 0)
1889 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) ||
1948 if ((Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) ||
2169 && Strncmp(patbu
[all...]
H A Ded.refresh.c126 if (!Strncmp(addlitptr, litptr + i, addlitlen) && !Strncmp(str, litptr + i + addlitlen, len) && litptr[i + addlitlen + len] == 0)
131 if (!Strncmp(str, litptr + i, len) && litptr[i + len] == 0)
H A Dsh.h1080 #define Strncmp(a, b, c) strncmp(a, b, c) macro
1103 #define Strncmp(a, b, c) wcsncmp(a, b, c) macro
1113 #define Strncmp(a, b, c) s_strncmp(a, b, c) macro
H A Dsh.c461 if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) ||
H A Dsh.dir.c1114 if (p1 && *p1 == '/' && (Strncmp(p1, cp, cc) != 0 ||
/macosx-10.10/swig-12/Source/Swig/
H A Dtree.c365 if (Strncmp(temp, ki.key, len) == 0) {
H A Dmisc.c996 if (0 == Strncmp(ce+1, prefix, Len(prefix))) {
H A Dtypemap.c1293 if (Strncmp(clname, "result = ", 9) == 0) {
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.y96 if (Strncmp(key,"csym:",5) == 0) continue;
265 return Strncmp(name,"operator ", 9) == 0;
863 if (prefix && (Strncmp(prefix,"::",2) == 0)) {
5247 if ((Cmp($2.type,"long") == 0) || (Strncmp($2.type,"double",6) == 0)) {
H A Dparser.c410 if (Strncmp(key,"csym:",5) == 0) continue;
579 return Strncmp(name,"operator ", 9) == 0;
1177 if (prefix && (Strncmp(prefix,"::",2) == 0)) {
8982 if ((Cmp((yyvsp[(2) - (2)].ptype).type,"long") == 0) || (Strncmp((yyvsp[(2) - (2)].ptype).type,"double",6) == 0)) {
/macosx-10.10/swig-12/Source/Preprocessor/
H A Dcpp.c1625 if (Strncmp(value, "SWIG ", 5) == 0) {

Completed in 324 milliseconds

12