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

/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c411 const char *classpath; local
508 * Establish the classpath and LD_LIBRARY_PATH for native
511 if ((classpath = getenv("POOLD_CLASSPATH")) == NULL) {
512 classpath = POOLD_DEF_CLASSPATH;
514 const char *cur = classpath;
528 vm_opts[nopts].optionString = malloc(len = strlen(classpath) +
531 (void) strlcat(vm_opts[nopts++].optionString, classpath, len);

Completed in 86 milliseconds