HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 226 - 250 of 1431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
w32spawn.h 98 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
  /external/e2fsprogs/misc/
e2initrd_helper.c 373 if (getenv("TEST_IO_FLAGS") || getenv("TEST_IO_BLOCK")) {
  /external/iproute2/tc/
m_xt.c 105 lib_dir = getenv("XTABLES_LIBDIR");
107 lib_dir = getenv("IPTABLES_LIB_DIR");
  /external/llvm/include/llvm/
LinkAllPasses.h 46 // to know that getenv() never returns -1, this will do the job.
47 if (std::getenv("bar") != (char*) -1)
  /external/openssl/crypto/engine/
enginetest.c 109 if (!((getenv("OPENSSL_DEBUG_MEMORY") != NULL) && (0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))))
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 268 rc = (*jvm)->GetEnv(jvm, (void *)&jvmti, JVMTI_VERSION_1);
270 fprintf(stderr, "Error: GetEnv(), rc=%i\n", rc);
  /external/skia/src/utils/
SkRTConf.cpp 215 const char *environment_value = getenv(environment_variable.c_str());
226 environment_value = getenv(underscore_environment_variable.c_str());
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m 124 webKitAppPath = strdup(getenv("WebKitAppPath"));
170 const char* frameworkPath = getenv("DYLD_FRAMEWORK_PATH");
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 290 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
291 ALOGE("ERROR: GetEnv failed\n");
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 100 MemoryMappedFile result = mapData(System.getenv("ANDROID_DATA") + "/misc/zoneinfo/");
102 result = mapData(System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/");
  /ndk/sources/host-tools/sed-4.2.1/m4/
locale-fr.m4 46 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
140 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 206 // If there is a race through here, assume answer from getenv
211 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 208 // If there is a race through here, assume answer from getenv
213 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 208 // If there is a race through here, assume answer from getenv
213 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto-wrapper 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto-wrapper 
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 206 // If there is a race through here, assume answer from getenv
211 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 206 // If there is a race through here, assume answer from getenv
211 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 206 // If there is a race through here, assume answer from getenv
211 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 206 // If there is a race through here, assume answer from getenv
211 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 208 // If there is a race through here, assume answer from getenv
213 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 215 // If there is a race through here, assume answer from getenv
220 if (std::getenv("GLIBCXX_FORCE_NEW"))
  /system/core/adb/
usb_vendors.c 268 const char* home = getenv("ANDROID_SDK_HOME");
277 const char* home = getenv("HOME");
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 123 // GetEnv() - gets the value of an environment variable.
568 // A wrapper for getenv() that works on Linux, Windows, and Mac OS.
569 inline const char* GetEnv(const char* name) {
574 // MSVC 8 deprecates getenv(), so we want to suppress warning 4996
578 return getenv(name);
581 return getenv(name);
  /external/e2fsprogs/intl/
localename.c 715 retval = getenv ("LC_ALL");
719 retval = getenv (categoryname);
723 retval = getenv ("LANG");
747 retval = getenv ("LC_ALL");
750 retval = getenv (categoryname);
753 retval = getenv ("LANG");

Completed in 2638 milliseconds

1 2 3 4 5 6 7 8 91011>>