Home
last modified time | relevance | path

Searched defs:STRINGS_EQUAL (Results 1 – 3 of 3) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc/
H A Dminc_useful.h159 #define STRINGS_EQUAL(str1,str2) (strcmp(str1,str2)==0) macro
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dcommon.h174 inline bool STRINGS_EQUAL(const std::string &a,const std::string &b) in STRINGS_EQUAL() function
/dports/science/minc2/minc-release-2.2.00/libsrc/
H A Dminc_useful.h160 #define STRINGS_EQUAL(str1,str2) (strcmp(str1,str2)==0) macro