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

/openjdk7/jdk/src/share/bin/
H A Dversion_comp.h32 int JLI_ExactVersionId(const char *id1, char *id2);
H A Dversion_comp.c136 JLI_ExactVersionId(const char *id1, char *id2) function
206 return ((JLI_ExactVersionId(release, simple_element) >= 0)?1:0);
208 return ((JLI_ExactVersionId(release, simple_element) == 0)?1:0);
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c238 if ((best == NULL) || (JLI_ExactVersionId(
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1612 if ((best == NULL) || (JLI_ExactVersionId(
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c861 if ((best == NULL) || (JLI_ExactVersionId(name, best) > 0)) {
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c698 if ((best == NULL) || (JLI_ExactVersionId(name, best) > 0)) {

Completed in 44 milliseconds