Home
last modified time | relevance | path

Searched defs:stricmp (Results 1 – 9 of 9) sorted by relevance

/trunk/main/shell/source/all/zipfile/
H A Dzipfile.cxx45 struct stricmp : public std::unary_function<std::string, bool> struct
47 stricmp(const std::string& str) : str_(str) in stricmp() function
50 bool operator() (const std::string& other) in operator ()()
53 std::string str_;
/trunk/main/sfx2/source/appl/
H A Dappmain.cxx64 #define stricmp(a,b) strcmp(a,b) macro
H A Dappinit.cxx87 #define stricmp(a,b) strcmp(a,b) macro
/trunk/main/xml2cmp/source/inc/
H A Dstr.h29 #define stricmp(str1,str2) strcasecmp(str1, str2) macro
/trunk/main/xml2cmp/source/support/
H A Dheap.cxx33 #define stricmp strcasecmp macro
H A Dsyshelp.cxx39 #define stricmp strcasecmp macro
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlencryption_mscryptimpl.cxx50 #define stricmp strcasecmp macro
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlencryption_nssimpl.cxx54 #define stricmp strcasecmp macro
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx52 #define stricmp strcasecmp macro

Completed in 46 milliseconds