HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 1 - 25 of 2366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/darwin/
env.c 15 assert( 0 == strcmp(getenv("MYVAR"), val1) );
18 assert( 0 == strcmp(getenv("MYVAR"), val2) );
21 assert( 0 == strcmp(getenv("MYVAR"), val2) );
24 assert( 0 == strcmp(getenv("MYVAR"), "xxxx") );
27 assert( NULL == getenv("MYVAR") );
  /external/valgrind/
exp-sgcheck.supp 17 I think this is glibc's ultra optimised getenv doing 2 byte reads
19 fun:getenv
  /external/linux-tools-perf/src/tools/perf/util/
setup.py 4 from os import getenv namespace
21 cflags = getenv('CFLAGS', '').split()
25 build_lib = getenv('PYTHON_EXTBUILD_LIB')
26 build_tmp = getenv('PYTHON_EXTBUILD_TMP')
27 libtraceevent = getenv('LIBTRACEEVENT')
28 liblk = getenv('LIBLK')
pager.c 49 const char *pager = getenv("PERF_PAGER");
59 pager = getenv("PAGER");
102 env = getenv("PERF_PAGER_IN_USE");
  /ndk/tests/device/test-openmp/jni/
openmp.c 9 if (!getenv("OMP_NUM_THREADS"))
  /external/lldb/test/settings/
main.cpp 47 if (::getenv("MY_ENV_VAR")) {
48 std::string MY_ENV_VAR(getenv("MY_ENV_VAR"));
56 if (::getenv("MY_HOST_ENV_VAR1")) {
57 std::string MY_HOST_ENV_VAR1(getenv("MY_HOST_ENV_VAR1"));
63 if (::getenv("MY_HOST_ENV_VAR2")) {
64 std::string MY_HOST_ENV_VAR2(getenv("MY_HOST_ENV_VAR2"));
  /external/libyuv/files/unit_test/
unit_test.cc 13 #include <stdlib.h> // For getenv()
24 const char* repeat = getenv("LIBYUV_REPEAT");
  /frameworks/base/packages/services/PacProcessor/jni/
jni_init.cpp 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
31 ALOGE("ERROR: GetEnv failed");
  /packages/apps/Terminal/jni/
jni_init.cpp 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
31 ALOGE("ERROR: GetEnv failed");
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /external/libcxx/test/
lit.site.cfg 4 config.android_root = os.getenv('ANDROID_BUILD_TOP')
  /ndk/sources/android/crazy_linker/tests/
test_jni_hooks.cpp 34 const char* env = getenv(VARNAME);
39 env = getenv(VARNAME);
59 env = getenv(VARNAME);
64 env = getenv(VARNAME);
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
stunnel-maxconn.patch 8 + if (getenv("STUNNEL_ONCE")) {fprintf(stderr, "stunnel: exiting.\n"); exit(0);}
19 + if (getenv("STUNNEL_ONCE")) exit(0);
30 + if (getenv("STUNNEL_NO_SYSLOG")) new_global_options.option.syslog=0;
41 + if (getenv("STUNNEL_MAX_CLIENTS")) max_clients = atoi(getenv("STUNNEL_MAX_CLIENTS"));
tight-vncviewer-fullscreen.patch 24 +if (getenv("VNCVIEWER_GRAB_SERVER") != NULL) { /* runge bot of FullScreenOn */
35 +if (getenv("VNCVIEWER_GRAB_SERVER") != NULL) { /* runge top of FullScreenOff */
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/
lit.cfg 30 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP',
37 + os.getenv('TARGET_BUILD_VARIANT') + '.' \
38 + os.getenv('USER') + '_linux-x86')
49 if os.getenv('TARGET_BUILD_TYPE', None) == 'debug':
73 config.environment['ANDROID_PRODUCT_OUT'] = os.getenv('ANDROID_PRODUCT_OUT')
74 config.environment['ANDROID_BUILD_TOP'] = os.getenv('ANDROID_BUILD_TOP')
  /external/clang/utils/
CaptureCmd 36 program = os.getenv('CAPTURE_CMD_PROGRAM')
37 dir = os.getenv('CAPTURE_CMD_DIR')
38 fallback = os.getenv('CAPTURE_CMD_FALLBACK')
  /external/libcxx/
lit.site.cfg 9 ndk = os.getenv('NDK')
13 top = os.getenv('ANDROID_BUILD_TOP')
14 out_dir = os.getenv('ANDROID_PRODUCT_OUT')
  /external/llvm/unittests/Support/
ProcessTest.cpp 36 Optional<std::string> val(Process::GetEnv("__LLVM_TEST_ENVIRON_VAR__"));
43 Process::GetEnv("__LLVM_TEST_ENVIRON_NO_SUCH_VAR__"));
51 Optional<std::string> val(Process::GetEnv("__LLVM_TEST_ENVIRON_VAR__"));
  /external/compiler-rt/test/asan/TestCases/Helpers/
echo-env.cc 12 const char *value = getenv(argv[1]);
  /external/vboot_reference/tests/tpm_lite/
tlcl_tests.c 20 resilient_startup = getenv("TLCL_RESILIENT_STARTUP");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpcprofile.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpcprofile.so 
  /external/e2fsprogs/intl/
os2compat.h 42 /* We have our own getenv() which works even if library is compiled as DLL */
43 #define getenv _nl_getenv macro
  /external/mesa3d/src/mapi/mapi/
table.c 40 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));

Completed in 933 milliseconds

1 2 3 4 5 6 7 8 91011>>