Home
last modified time | relevance | path

Searched refs:strnicmp (Results 1 – 10 of 10) sorted by relevance

/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx36 #define strnicmp strncasecmp macro
78 if ( strnicmp(pLastTag+2, pDocumentData->Name().str(), pDocumentData->Name().l()) != 0 in LoadFile()
79 || strnicmp(pLastTag, "</", 2) != 0 ) in LoadFile()
284 return strnicmp( text, i_sComparedText, strlen(i_sComparedText) ) == 0; in IsText()
290 return strnicmp( text+1, i_sTagName, strlen(i_sTagName) ) == 0 in IsBeginTag()
297 return strnicmp( text+2, i_sTagName, strlen(i_sTagName) ) == 0 in IsEndTag()
298 && strnicmp( text, "</", 2 ) == 0; in IsEndTag()
/trunk/main/autodoc/source/parser_i/idoc/
H A Ddocu_pe2.cxx42 #define strnicmp strncasecmp macro
145 if ( strnicmp("<true",i_rToken.Text(),5 ) == 0 ) in Process_HtmlTag()
154 else if ( strnicmp("<false",i_rToken.Text(),6 ) == 0 ) in Process_HtmlTag()
163 else if ( strnicmp("<NULL",i_rToken.Text(),5 ) == 0 ) in Process_HtmlTag()
172 else if ( strnicmp("<void",i_rToken.Text(),5 ) == 0 ) in Process_HtmlTag()
/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdim.cxx101 if ( strnicmp(C_sStatus, sTag.GetBuffer(), (sizeof C_sStatus) - 1 ) == 0 ) in GetBeginTag()
146 && 0 == strnicmp(pSearch+1,C_sTagDescription, strlen(C_sTagDescription)) in ParseUntilStartOfDescription()
160 return strnicmp( i_pTextPosition+2, C_sSubTags[eTag], strlen(C_sSubTags[eTag]) ) == 0 in MatchesEndTag()
H A Dxml_cdim.hxx98 { return strnicmp(io_pBufferPosition + 2, C_sTagDescription, strlen(C_sTagDescription)) == 0 in CheckEndOfDescription()
/trunk/main/sal/osl/os2/
H A Dprofile.c1725 (strnicmp(Section, &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], pSec->m_Len) in findEntry()
1745 (strnicmp(Entry, pStr, pSec->m_Entries[i].m_Len) in findEntry()
2031 if ((strnicmp(pChr, SVERSION_SOFFICE, sizeof(SVERSION_SOFFICE) - 1) == 0) &&
2057 if ((strnicmp(pChr, SVERSION_SOFFICE, sizeof(SVERSION_SOFFICE) - 1) == 0) &&
2087 (strnicmp(pChr + 1, SVERSION_OPTION, sizeof(SVERSION_OPTION) - 1) == 0))
2169 if (strnicmp(pStr + 1, SubDirs[i], strlen(SubDirs[i])) == 0)
/trunk/main/sal/osl/w32/
H A Dsignal.cxx140 0 == strnicmp( __argv[argi], REPORTENV_PARAM, strlen(REPORTENV_PARAM) ) || in ReportCrash()
141 0 == strnicmp( __argv[argi], REPORTENV_PARAM2, strlen(REPORTENV_PARAM2) ) in ReportCrash()
H A Dprofile.cxx1892 (strnicmp(Section, &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], pSec->m_Len) in findEntry()
1912 (strnicmp(Entry, pStr, pSec->m_Entries[i].m_Len) in findEntry()
2356 if ((strnicmp( in lookupProfile()
2391 if ((strnicmp( in lookupProfile()
2557 if (strnicmp(pStr + 1, SubDirs[i], strlen(SubDirs[i])) == 0) in lookupProfile()
/trunk/main/xml2cmp/source/inc/
H A Dstr.h30 #define strnicmp(str1,str2,n) strncasecmp(str1, str2, n) macro
/trunk/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx43 if ( !strnicmp( sImagePath.c_str(), sOfficeImageDir.c_str(), sOfficeImageDir.length() ) ) in EnumWindowsProc()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx88 #define strncasecmp strnicmp

Completed in 51 milliseconds