Searched refs:stricmp (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.h37 #define stricmp _stricmp macro
H A Djava_md.c130 if (stricmp(paramValue, "true") == 0) {
133 if (stricmp(paramValue, "false") == 0) {
1375 if (envValue != NULL && stricmp(envValue, "false") == 0) {
1380 if (envValue != NULL && stricmp(envValue, "false") == 0) {
1389 if (envValue != NULL && stricmp(envValue, "true") == 0) {
/openjdk7/jdk/src/share/bin/
H A Djli_util.h67 #define JLI_StrCaseCmp(p1, p2) stricmp((p1), (p2))
/openjdk7/jdk/make/java/instrument/
H A DMakefile104 # equivalent of strcasecmp is stricmp on Windows
105 CPPFLAGS_COMMON += -Dstrcasecmp=stricmp
/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.hpp51 extern "C" int stricmp(const char *, const char *);
58 //inline int strcasecmp(const char *s1, const char *s2) { return stricmp(s1,s2); }
104 //inline int strcasecmp(const char *s1, const char *s2) { return stricmp(s1,s2); }
/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c50 if (end && (stricmp(end,"\\System") || stricmp(end,"\\System32"))) {
63 if (stricmp(sysdir,windir)) {

Completed in 43 milliseconds