Searched refs:Strstr (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/swig-10/Source/Modules/
H A Dperl5.cxx1368 if (Strstr(symname, "__eq__")) {
1371 } else if (Strstr(symname, "__ne__")) {
1374 } else if (Strstr(symname, "__assign__")) {
1377 } else if (Strstr(symname, "__str__")) {
1380 } else if (Strstr(symname, "__add__")) {
1383 } else if (Strstr(symname, "__sub__")) {
1386 } else if (Strstr(symname, "__mul__")) {
1389 } else if (Strstr(symname, "__div__")) {
1392 } else if (Strstr(symname, "__mod__")) {
1395 } else if (Strstr(symnam
[all...]
H A Demit.cxx361 if (Strstr(tm, "$")) {
370 if (Strstr(tm, "$decl")) {
375 if (Strstr(tm, "$fulldecl")) {
H A Dclisp.cxx493 char *st = Strstr(str, "struct");
498 char *cl = Strstr(str, "class");
H A Dallegrocl.cxx148 while ((stripped_one = Strstr(result, "::")))
159 while ((stripped_one = Strstr(p, "::"))) {
399 bool cpp_struct = Strstr(k, "struct ") ? true : false;
400 bool cpp_union = Strstr(k, "union ") ? true : false;
507 if ((Strstr(type, "struct ") || Strstr(type, "union "))
740 if ((is_struct = Strstr(tok_key, "struct ")) || Strstr(tok_key, "union ")) {
2104 if (Strstr(Char(t), "::")) {
2216 if (Strstr(Getatt
[all...]
H A Dcontract.cxx99 if (Strstr(i.item, Rules[j].section)) {
H A Dr.cxx1848 while (Strstr(name, "::")) {
2349 if (Strstr(tp, "R_class")) {
2354 Strstr(Getattr(c, "decl"), "p.")) {
2444 if (Strstr(tp, "R_class")) {
2448 Strstr(Getattr(c, "decl"), "p.")) {
H A Dcsharp.cxx1015 if (Strstr(f->code, "SWIG_exception")) {
1018 } else if (Strstr(f->code, "SWIG_CSharpSetPendingException")) {
2890 if (Strstr(tm, "$csclassname")) {
2896 if (Strstr(tm, "$*csclassname")) {
2903 if (Strstr(tm, "$&csclassname")) {
H A Djava.cxx2732 if (Strstr(tm, "$javaclassname")) {
2738 if (Strstr(tm, "$*javaclassname")) {
2745 if (Strstr(tm, "$&javaclassname")) {
H A Dmodula3.cxx3616 if (Strstr(tm, "$m3classname") || Strstr(tm, "$&m3classname")) {
3625 if (Strstr(tm, "$&m3classname")) {
H A Dlang.cxx694 if (code && (Strstr(code, "$source") || (Strstr(code, "$target")))) {
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dchartype.h100 #define Strstr(s,v) wcsstr(s,v) macro
150 #define Strstr(s,v) strstr(s,v) macro
H A Dsearch.c127 if (Strstr(str, pat) != 0)
/macosx-10.9.5/libedit-39/src/
H A Dchartype.h100 #define Strstr(s,v) wcsstr(s,v) macro
155 #define Strstr(s,v) strstr(s,v) macro
H A Dsearch.c127 if (Strstr(str, pat) != 0)
/macosx-10.9.5/swig-10/Source/DOH/
H A Ddoh.h100 #define DohStrstr DOH_NAMESPACE(Strstr)
420 #define Strstr DohStrstr macro
/macosx-10.9.5/swig-10/Source/Swig/
H A Dcwrap.c101 if (!Strstr(t, "enum $unnamed")) {
127 if (!Strstr(t, "enum $unnamed")) {
410 if (Strstr(func, "*this")) {
694 if (!Strstr(type, "enum $unnamed")) {
1397 if (!Strstr(type, "enum $unnamed")) {
H A Dstype.c1008 if (!Strstr(t, pat))
H A Dtypemap.c493 if ((count_args(ki.key) == narg) && (Strstr(ki.key, ssig))) {
H A Dtypesys.c1803 char *newmemoryused = Strstr(convcode, "newmemory"); /* see if newmemory parameter is used in order to avoid unused parameter warnings */
/macosx-10.9.5/swig-10/Source/CParse/
H A Dtempl.c132 if (Strstr(tname, stripped_name)) {
139 if (Strstr(tname, stripped_name)) {
H A Dparser.y2976 if (Strstr($3.id,"::")) {
3773 if (Strstr(Getitem(tlist,i),n)) {
H A Dparser.c6123 if (Strstr((yyvsp[(3) - (5)].decl).id,"::")) {
6979 if (Strstr(Getitem(tlist,i),n)) {
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.h1087 #define Strstr(a, b) strstr(a, b) macro
1121 #define Strstr(a, b) s_strstr(a, b) macro
H A Ded.screen.c1617 if ((ptr = Strstr(termcap, buf)) == NULL) {
1636 if ((ptr = Strstr(backup, buf)) == NULL) {
H A Dsh.c462 Strstr(cp, STRptssl) != NULL)) {

Completed in 321 milliseconds

12