Searched defs:stricmp (Results 1 – 9 of 9) sorted by relevance
45 struct stricmp : public std::unary_function<std::string, bool> struct47 stricmp(const std::string& str) : str_(str) in stricmp() function50 bool operator() (const std::string& other) in operator ()()53 std::string str_;
64 #define stricmp(a,b) strcmp(a,b) macro
87 #define stricmp(a,b) strcmp(a,b) macro
29 #define stricmp(str1,str2) strcasecmp(str1, str2) macro
33 #define stricmp strcasecmp macro
39 #define stricmp strcasecmp macro
50 #define stricmp strcasecmp macro
54 #define stricmp strcasecmp macro
52 #define stricmp strcasecmp macro
Completed in 43 milliseconds