/external/qemu/android/utils/ |
setenv.c | 13 result = putenv(string);
|
/external/valgrind/main/memcheck/tests/darwin/ |
env.c | 23 putenv("MYVAR=xxxx"); // no leak for putenv()
|
/external/e2fsprogs/include/nonunix/ |
unistd.h | 26 #define putenv _putenv macro
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
config.hpp | 48 extern int putenv(char*); 72 #pragma warning(disable:4996) // putenv 93 // const_cast is used to satisfy putenv interface 95 putenv( const_cast<char*>( fs.str().c_str() ) ); 130 // const_cast is used to satisfy putenv interface
|
/bionic/libc/stdlib/ |
putenv.c | 1 /* $OpenBSD: putenv.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */ 35 putenv(const char *str) function
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prenv.h | 63 ** You'd think that a POSIX getenv(), putenv() would be 65 ** some platforms, a putenv() where the argument is of 68 ** other platforms, the putenv() fails, on others, it is a 69 ** no-op. Similarly, a putenv() where the argument is of the 111 ** environment (getenv(), putenv(), 126 ** PR_SetEnv() is modeled on the Unix putenv() function.
|
/external/chromium_org/chrome/test/chromedriver/test/ |
test_environment.py | 95 os.putenv('TEST_HTTP_PORT', str(ANDROID_TEST_HTTP_PORT)) 96 os.putenv('TEST_HTTPS_PORT', str(ANDROID_TEST_HTTPS_PORT))
|
/external/chromium_org/chrome/test/pyautolib/ |
chrome_driver_factory.py | 46 os.putenv('DISPLAY', ':0.0') 47 os.putenv('XAUTHORITY', '/home/chronos/.Xauthority')
|
/external/chromium_org/tools/swig/ |
swig.py | 23 os.putenv("SWIG_LIB", lib_dir)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 44 #define putenv _putenv macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 44 #define putenv _putenv macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 44 #define putenv _putenv macro
|
/external/bison/m4/ |
setenv.m4 | 115 if (putenv ((char *) "a=1")) return 1; 116 if (putenv (entry2)) return 2;
|
/external/chromium_org/sdch/open-vcdiff/ |
configure.ac | 64 AC_CHECK_FUNCS([setenv putenv]) # MinGW has putenv but not setenv
|
/external/open-vcdiff/ |
configure.ac | 64 AC_CHECK_FUNCS([setenv putenv]) # MinGW has putenv but not setenv
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 53 #define putenv _putenv macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 53 #define putenv _putenv macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 53 #define putenv _putenv macro
|
/external/clang/tools/c-arcmt-test/ |
c-arcmt-test.c | 110 putenv("LIBCLANG_LOGGING=1");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 391 # Change environ to automatically call putenv() if it exists 393 # This will fail if there's no putenv 394 putenv 406 putenv(key, "") 409 # On RISC OS, all env access goes through getenv and putenv 420 putenv(key, item) 471 putenv(key, item)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 391 # Change environ to automatically call putenv() if it exists 393 # This will fail if there's no putenv 394 putenv 406 putenv(key, "") 409 # On RISC OS, all env access goes through getenv and putenv 420 putenv(key, item) 471 putenv(key, item)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdlib.in.h | 236 # undef putenv 237 # define putenv rpl_putenv 238 extern int putenv (char *string);
|
/bionic/libstdc++/include/ |
cstdlib | 50 using ::putenv;
|
/external/chromium_org/sdch/open-vcdiff/src/ |
config.h.in | 52 /* Define to 1 if you have the `putenv' function. */
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJS.cpp | 48 int putenv(const char *envstring) { function
|