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

/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c38 static const char *separators = ".-_"; variable
148 if ((s1 != NULL) && ((end1 = JLI_StrPBrk(s1, separators)) != NULL))
150 if ((s2 != NULL) && ((end2 = JLI_StrPBrk(s2, separators)) != NULL))
282 * 3) Doesn't contain two adjacent separators.

Completed in 29 milliseconds