Searched refs:wxStricmp (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dmonitorapplet.cpp183 if (wxStricmp(buf,m->m_Mfr) != 0) {
185 if (wxStricmp(m_Data->m_Monitor.m_Mfr,m->m_Mfr) == 0)
209 if (wxStricmp(mfrStr,m->m_Mfr) == 0) {
211 if (selectCurrent && wxStricmp(m_Data->m_Monitor.m_Model,m->m_Model) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h342 #define wxStricmp _tcsicmp macro
746 /* wxStricmp and wxStrnicmp are defined below */
823 /* define wxStricmp and wxStrnicmp for various compilers */
826 #if !defined(wxStricmp) && !wxUSE_UNICODE
830 #define wxStricmp stricmp macro
836 #define wxStricmp StrCaselessCompare macro
840 #define wxStricmp _stricmp macro
843 #define wxStricmp strcasecmp macro
847 #endif /* !defined(wxStricmp) */
1217 #ifndef wxStricmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp2675 if (!wxStricmp(typeInfVarchar.TypeName,colInf[colNo].typeName))
2688 else if (!wxStricmp(typeInfInteger.TypeName, colInf[colNo].typeName))
2690 else if (!wxStricmp(typeInfFloat.TypeName, colInf[colNo].typeName))
2692 else if (!wxStricmp(typeInfDate.TypeName, colInf[colNo].typeName))
2694 else if (!wxStricmp(typeInfBlob.TypeName, colInf[colNo].typeName))
2847 if (!wxStricmp(typeInfVarchar.TypeName, colInf[colNo].typeName))
2861 else if (!wxStricmp(typeInfInteger.TypeName, colInf[colNo].typeName))
2863 else if (!wxStricmp(typeInfFloat.TypeName, colInf[colNo].typeName))
2865 else if (!wxStricmp(typeInfDate.TypeName, colInf[colNo].typeName))
2867 else if (!wxStricmp(typeInfBlo
[all...]
H A Dhttp.cpp78 if ( wxStricmp(it->first, header) == 0 )
90 if ( wxStricmp(it->first, header) == 0 )
H A Ddynarray.cpp428 // wxStringCompareLess can't take wxStrcmp/wxStricmp directly as arguments in
437 return wxStricmp(p, q);
520 if (wxStricmp(it->c_str(), sz) != 0)
H A Dfileconf.cpp1604 res = wxStricmp(pEntry->Name(), szName);
1634 res = wxStricmp(pGroup->Name(), szName);
1953 return wxStricmp(p1->Name(), p2->Name());
1962 return wxStricmp(p1->Name(), p2->Name());
H A Dwxchar.cpp1850 #ifndef wxStricmp
1851 int WXDLLEXPORT wxStricmp(const wxChar *psz1, const wxChar *psz2)
1862 #ifndef wxStricmp
H A Dintl.cpp2577 if ( wxStricmp(locale, info->CanonicalName) == 0 ||
2578 wxStricmp(locale, info->Description) == 0 )
2585 if ( wxStricmp(locale, info->CanonicalName.BeforeFirst(_T('_'))) == 0 )
2753 if ( wxStricmp(pMsgCat->GetName(), szDomain) == 0 )
H A Dstrconv.cpp484 if ( !charset || wxStricmp(charset, _T("UTF-8")) == 0
485 || wxStricmp(charset, _T("UTF8")) == 0 )
H A Ddbtable.cpp2631 if (!wxStricmp(colName, colDefs[colNumber].ColName))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp293 return wxStricmp(first.c_str(), second.c_str());
345 wxStricmp(list[iList].c_str(), mounted[iMounted].c_str()),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutils.cpp418 if (wxStricmp(zTmp, _T("annonymous")) == 0)
426 if (wxStricmp(zTmp, WXSTRINGCAST sUser1) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/display/
H A Ddisplay.cpp171 if ( argc == 2 && !wxStricmp(argv[1], _T("/dx")) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp62 #define PATHCMP(a, b) wxStricmp(a, b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtstring.tex146 them and \helpref{wxStricmp()}{wxstricmp} is just a platform-independent
H A Dfunction.tex246 \helpref{wxStricmp}{wxstricmp}\\
1643 \membersection{::wxStricmp}\label{wxstricmp}
1645 \func{int}{wxStricmp}{\param{const char *}{p1}, \param{const char *}{p2}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp243 if (wxStricmp(ext, wxT("exe")) == 0)

Completed in 151 milliseconds