Searched refs:env_list (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | os.cpp | 778 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 D | os.hpp | 545 static void print_environment_variables(outputStream* st, const char** env_list, char* buffer, int len);
|
| /openjdk7/hotspot/src/share/vm/utilities/ |
| H A D | vmError.cpp | 46 const char *env_list[] = { variable 742 os::print_environment_variables(st, env_list, buf, sizeof(buf));
|
Completed in 50 milliseconds