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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dsetup.h101 while ((s = strchr(s, FILE_SEPARATOR_CHAR)) != NULL)
H A Djava.h287 #define strchr _strchr macro
H A Djava.c799 else if (len >= 2 && strchr(path, ':'))
829 else if (strchr(program, FILE_SEPARATOR_CHAR) != 0)
865 if ((tokstr = strchr(currentpath, PATH_SEPARATOR_CHAR)) != NULL)
1450 * Custom version of strchr() that properly ignores the specified character
1646 while ((s = strchr(s, '/')) != NULL)
H A Djava_md.unix.c1052 if ((tokstr = strchr(currentpath, PATH_SEPARATOR_CHAR)) != NULL)
1879 if ((str = strchr(version, '\n')) != NULL)
H A Djava_md.winnt.c1434 if ((str = strchr(version, '\n')) != NULL)

Completed in 861 milliseconds