Searched defs:strcasecmp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h110 #define strcasecmp(s1, s2) _stricmp(s1,s2) macro
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_visCPP.hpp132 inline int strcasecmp(const char *s1, const char *s2) { return _stricmp(s1,s2); } function

Completed in 30 milliseconds