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

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp46 const char *env_list[] = { variable
742 os::print_environment_variables(st, env_list, buf, sizeof(buf));
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp778 void os::print_environment_variables(outputStream* st, const char** env_list, argument
780 if (env_list) {
783 for (int i = 0; env_list[i] != NULL; i++) {
784 if (getenv(env_list[i], buffer, len)) {
785 st->print(env_list[i]);

Completed in 39 milliseconds