/external/iproute2/lib/ |
utils.c | 487 if (getenv("HZ")) 488 return atoi(getenv("HZ")) ? : HZ; 490 if (getenv("PROC_NET_PSCHED")) { 491 snprintf(name, sizeof(name)-1, "%s", getenv("PROC_NET_PSCHED")); 492 } else if (getenv("PROC_ROOT")) { 493 snprintf(name, sizeof(name)-1, "%s/net/psched", getenv("PROC_ROOT"));
|
/external/openssl/apps/ |
openssl.c | 294 if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) /* if not defined, use compiled-in library defaults */ 296 if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))) 310 if (getenv("OPENSSL_DEBUG_LOCKING") != NULL) 316 if(getenv("OPENSSL_FIPS")) { 332 p=getenv("OPENSSL_CONF"); 334 p=getenv("SSLEAY_CONF");
|
/external/quake/quake/src/QW/client/ |
vid_svgalib.c | 587 if (getenv("GSVGAMODE")) 588 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d); 864 if (getenv("MOUSEDEV")) mousedev = getenv("MOUSEDEV"); 869 if (getenv("MOUSERATE")) mouserate = atoi(getenv("MOUSERATE"));
|
/external/quake/quake/src/WinQuake/ |
vid_svgalib.cpp | 584 if (getenv("GSVGAMODE")) 585 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d); 851 if (getenv("MOUSEDEV")) mousedev = getenv("MOUSEDEV"); 856 if (getenv("MOUSERATE")) mouserate = atoi(getenv("MOUSERATE"));
|
/external/e2fsprogs/misc/ |
mke2fs.c | 335 if (getenv("MKE2FS_SKIP_PROGRESS")) 1193 char * oldpath = getenv("PATH"); 1220 tmp = getenv("MKE2FS_SYNC"); 1236 if ((tmp = getenv("MKE2FS_CONFIG")) != NULL) [all...] |
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 37 local_symbols_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'), 39 local_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'), 107 self.android_build_top = os.getenv('ANDROID_BUILD_TOP', None) 478 gdbserver_local_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'), 632 script_root = os.path.join(os.getenv('ANDROID_BUILD_TOP'), \
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 61 if (getenv("CINDEXTEST_EDITING")) 63 if (getenv("CINDEXTEST_COMPLETION_CACHING")) 65 if (getenv("CINDEXTEST_COMPLETION_NO_CACHING")) 67 if (getenv("CINDEXTEST_SKIP_FUNCTION_BODIES")) 69 if (getenv("CINDEXTEST_COMPLETION_BRIEF_COMMENTS")) [all...] |
/external/bison/tests/ |
torture.at | 125 yydebug = !!getenv ("YYDEBUG"); 217 yydebug = !!getenv ("YYDEBUG"); 353 yydebug = !!getenv ("YYDEBUG");
|
/external/iproute2/misc/ |
nstat.c | 49 char *p = getenv(env); 51 p = getenv("PROC_ROOT") ? : "/proc"; 529 if ((hist_name = getenv("NSTAT_HISTORY")) == NULL) {
|
/external/qemu/android/ |
qemu-setup.c | 238 char* adb_host_port_str = getenv( "ANDROID_ADB_SERVER_PORT" ); 394 op_http_proxy = getenv("http_proxy"); 519 char* comspec = getenv("COMSPEC");
|
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/ |
SDL_alsa_audio.c | 384 if ( getenv("SDL_AUDIO_ALSA_DEBUG") ) { 409 env = getenv("SDL_AUDIO_ALSA_SET_PERIOD_SIZE"); 445 env = getenv("SDL_AUDIO_ALSA_SET_BUFFER_SIZE");
|
/external/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 113 char *name = getenv( "LC_ALL" ); 118 name = getenv( LC ); 122 name = getenv( "LANG" );
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 113 char *name = getenv( "LC_ALL" ); 118 name = getenv( LC ); 122 name = getenv( "LANG" );
|
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.c | 122 # if !defined _LIBC && !defined getenv 123 extern char *getenv (); 298 posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
|
/device/sample/frameworks/PlatformLibrary/jni/ |
PlatformLibrary.cpp | 257 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { 258 ALOGE("ERROR: GetEnv failed\n");
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 139 // Like getenv, but reads env directly from /proc and does not use libc. 141 const char *GetEnv(const char *name) {
|
/external/e2fsprogs/resize/ |
main.c | 298 if (getenv("TEST_IO_FLAGS") || getenv("TEST_IO_BLOCK")) {
|
/external/iproute2/tc/ |
m_xt_old.c | 196 lib_dir = getenv("XTABLES_LIBDIR"); 198 lib_dir = getenv("IPTABLES_LIB_DIR");
|
/external/llvm/lib/Support/Unix/ |
Process.inc | 209 if (const char *ColumnsStr = std::getenv("COLUMNS")) { 242 if (const char *term = std::getenv("TERM")) {
|
/external/openssl/crypto/conf/ |
conf_api.c | 145 p=getenv(name); 158 return(getenv(name));
|
/external/openssl/crypto/engine/ |
eng_list.c | 402 if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = "SSLROOT:[ENGINES]"; 404 if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = ENGINESDIR;
|
/external/openssl/crypto/rand/ |
randfile.c | 279 s=getenv("RANDFILE"); 288 s=getenv("HOME");
|
/external/valgrind/main/coregrind/ |
m_commandline.c | 216 HChar* home = VG_(getenv)("HOME"); 219 VG_(getenv)(VALGRIND_OPTS) );
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSGlobalData.cpp | 221 char* canUseJITString = getenv("JavaScriptCoreUseJIT"); 226 char* canUseJITString = getenv("JavaScriptCoreUseJIT");
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 63 public String getenv(String name) { return os.getenv(name); } method in class:ForwardingOs
|