Searched defs:tokstr (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava.c851 char *tokstr; local
857 tokstr = path;
858 while (!execpath && tokstr)
864 currentpath = tokstr;
865 if ((tokstr = strchr(currentpath, PATH_SEPARATOR_CHAR)) != NULL)
866 *tokstr++ = '\0';
H A Djava_md.unix.c1027 char *tokstr = (char *)MemAlloc((envvar ? strlen(envvar) + 5 : 0) + (envvar2 ? strlen(envvar2) : 0) + 1); local
1043 tokstr = path;
1044 while (tokstr)
1051 currentpath = tokstr;
1052 if ((tokstr = strchr(currentpath, PATH_SEPARATOR_CHAR)) != NULL)
1053 *tokstr++ = '\0';

Completed in 21 milliseconds