HomeSort by relevance Sort by last modified time
    Searched defs:setenv (Results 1 - 13 of 13) sorted by null

  /external/llvm/unittests/Support/
ProcessTest.cpp 30 #define setenv(name, var, ignore) _putenv_s(name, var) macro
35 setenv("__LLVM_TEST_ENVIRON_VAR__", "abc", true);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ProcessTest.cpp 30 #define setenv(name, var, ignore) _putenv_s(name, var) macro
35 setenv("__LLVM_TEST_ENVIRON_VAR__", "abc", true);
raw_pwrite_stream_test.cpp 49 #define setenv(name, var, ignore) _putenv_s(name, var) macro
66 setenv("RAW_PWRITE_TEST_FILE", Path.c_str(), true);
  /art/tools/golem/
env 33 setenv() { function
104 setenv ART_USE_READ_BARRIER true
107 setenv ART_USE_READ_BARRIER false
112 setenv ART_BUILD_TARGET_DEBUG false
113 setenv ART_BUILD_HOST_DEBUG false
114 setenv USE_DEX2OAT_DEBUG false
build-target.sh 96 setenv() { function
271 setenv SOONG_ALLOW_MISSING_DEPENDENCIES true
290 setenv ART_TARGET_LINUX true
302 setenv HOST_PREFER_32_BIT true
323 setenv OUT_DIR "$out_dir"
340 setenv CUSTOM_TARGET_LINKER "${golem_run_path}${root_dir}/system/bin/linker${bit64_suffix}"
  /external/libxml2/os400/
initscript.sh 29 setenv() function
45 setenv TARGETLIB 'LIBXML2' # Target OS/400 program library.
46 setenv STATBNDDIR 'LIBXML2_A' # Static binding directory.
47 setenv DYNBNDDIR 'LIBXML2' # Dynamic binding directory.
48 setenv SRVPGM "LIBXML2" # Service program.
49 setenv TGTCCSID '500' # Target CCSID of objects.
50 setenv DEBUG '*ALL' # Debug level.
51 setenv OPTIMIZE '10' # Optimisation level.
52 setenv OUTPUT '*NONE' # Compilation output option.
53 setenv TGTRLS 'V6R1M0' # Target OS release
    [all...]
  /external/curl/packages/OS400/
initscript.sh 4 setenv() function
45 setenv TARGETLIB 'CURL' # Target OS/400 program library.
46 setenv STATBNDDIR 'CURL_A' # Static binding directory.
47 setenv DYNBNDDIR 'CURL' # Dynamic binding directory.
48 setenv SRVPGM "CURL.${SONAME}" # Service program.
49 setenv TGTCCSID '500' # Target CCSID of objects.
50 setenv DEBUG '*ALL' # Debug level.
51 setenv OPTIMIZE '10' # Optimisation level
52 setenv OUTPUT '*NONE' # Compilation output option.
53 setenv TGTRLS 'V6R1M0' # Target OS release
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 1 /* $OpenBSD: setenv.c,v 1.16 2015/09/13 08:31:47 guenther Exp $ */
85 * setenv --
90 setenv(const char *name, const char *value, int rewrite) function
149 DEF_WEAK(setenv); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c 210 setenv ( function
  /external/openssh/openbsd-compat/
setenv.c 1 /* $OpenBSD: setenv.c,v 1.13 2010/08/23 22:31:50 millert Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/stdlib/setenv.c */
50 * environmental array, for use by putenv(3), setenv(3) and unsetenv(3).
127 * setenv --
132 setenv(const char *name, const char *value, int rewrite) function
  /external/gflags/src/
windows_port.h 81 inline void setenv(const char* name, const char* value, int) { function
  /external/libjpeg-turbo/
turbojpeg-jni.c 87 #define setenv(envvar, value, dummy) _putenv_s(envvar, value) macro
95 setenv(envvar, value, 1); \
    [all...]
  /external/libevent/test/
regress.c 2584 static void setenv(const char *k, const char *v, int o_) function
    [all...]

Completed in 497 milliseconds