Searched refs:env_list (Results 1 - 3 of 3) sorted by relevance

/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]);
H A Dos.hpp545 static void print_environment_variables(outputStream* st, const char** env_list, char* buffer, int len);
/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));

Completed in 50 milliseconds