Searched defs:setenv (Results 1 - 11 of 11) sorted by relevance

/external/llvm/unittests/Support/
H A DProcessTest.cpp30 #define setenv(name, var, ignore) _putenv_s(name, var) macro
35 setenv("__LLVM_TEST_ENVIRON_VAR__", "abc", true);
/external/libxml2/os400/
H A Dinitscript.sh29 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 TGTRL
[all...]
/external/curl/packages/OS400/
H A Dinitscript.sh4 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 TGTRL
[all...]
/external/devlib/devlib/utils/
H A Duboot.py74 def setenv(self, variable, value, force=False): member in class:UbootMenu
77 command = 'setenv{} {} {}'.format(force_str, variable, value)
79 command = 'setenv{} {}'.format(force_str, variable)
/external/gflags/src/
H A Dwindows_port.h80 inline void setenv(const char* name, const char* value, int) { function
/external/libjpeg-turbo/
H A Dturbojpeg-jni.c67 #define setenv(envvar, value, dummy) _putenv_s(envvar, value) macro
77 setenv(envvar, value, 1); \
/external/libevent/test/
H A Dregress.c2584 static void setenv(const char *k, const char *v, int o_) function
2630 setenv("EVENT_NOWAFFLES", "1", 1);
2658 setenv("EVENT_NOEPOLL", "1", 1);
2662 setenv(varbuf, "1", 1);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 347 milliseconds