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

/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c108 if ((s1 != NULL) && ((end1 = JLI_StrPBrk(s1, ".-_")) != NULL))
110 if ((s2 != NULL) && ((end2 = JLI_StrPBrk(s2, ".-_")) != NULL))
148 if ((s1 != NULL) && ((end1 = JLI_StrPBrk(s1, separators)) != NULL))
150 if ((s2 != NULL) && ((end2 = JLI_StrPBrk(s2, separators)) != NULL))
300 if (JLI_StrPBrk(simple_element, " &+*") != NULL) /* Property #1 */
H A Djli_util.h60 #define JLI_StrPBrk(p1, p2) strpbrk((p1), (p2)) macro
H A Dparse_manifest.c421 nl = JLI_StrPBrk(*lp, "\n\r");

Completed in 34 milliseconds