Lines Matching refs:wanted

235 ContainsLibJVM(int wanted, const char *env) {
249 JLI_Snprintf(clientPattern, PATH_MAX, "lib/%s/client", GetArchPath(wanted));
250 JLI_Snprintf(serverPattern, PATH_MAX, "lib/%s/server", GetArchPath(wanted));
285 RequiresSetenv(int wanted, const char *jvmpath) {
334 if (llp != NULL && ContainsLibJVM(wanted, llp)) {
337 if (dmllp != NULL && ContainsLibJVM(wanted, dmllp)) {
371 int wanted = running; /* What data mode is being
409 wanted = 64;
413 wanted = 32;
447 if (wanted == running) {
477 mustsetenv = RequiresSetenv(wanted, jvmpath);
488 if (running != wanted) {
490 if (!GetJREPath(jrepath, so_jrepath, GetArchPath(wanted), JNI_TRUE)) {
492 JLI_ReportErrorMessage(JRE_ERROR2, wanted);
496 jrepath, FILESEP, FILESEP, GetArchPath(wanted), FILESEP);
503 JLI_ReportErrorMessage(JRE_ERROR2, wanted);
514 jvmpathExists = GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, GetArchPath(wanted), 0);
516 mustsetenv = RequiresSetenv(wanted, jvmpath);
520 JLI_ReportErrorMessage(JRE_ERROR2, wanted);
557 * *wanted* data model must be used (if it is set), not simply the
561 switch (wanted) {
565 wanted = 32;
568 wanted = 64;
582 exit(1); /* unknown value in wanted */
627 jrepath, GetArchPath(wanted),
628 jrepath, GetArchPath(wanted)
645 (running == wanted) /* data model does not have to be changed */
683 (void)UnsetEnv((wanted == 32) ? "LD_LIBRARY_PATH_32" : "LD_LIBRARY_PATH_64");
706 if (running != wanted) {
715 ((wanted == 64) ? LIBARCH64NAME : ".."), oldbase);
734 if (running != wanted) {
735 JLI_ReportErrorMessage(JRE_ERROR5, wanted, running);