HomeSort by relevance Sort by last modified time
    Searched refs:putenv (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /libcore/ojluni/src/main/native/
java_props_md.c 122 putenv(temp);
128 putenv(envstring);
  /external/libvncserver/common/
turbojpeg.c 578 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1");
579 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1");
580 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1");
765 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1");
766 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1");
767 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1");
  /external/python/cpython3/Lib/
os.py 651 # Change environ to automatically call putenv(), unsetenv if they exist.
655 def __init__(self, data, encodekey, decodekey, encodevalue, decodevalue, putenv, unsetenv):
660 self.putenv = putenv
675 self.putenv(key, value)
708 _putenv = putenv
712 if "putenv" not in __all__:
713 __all__.append("putenv")
    [all...]
  /external/python/cpython2/Misc/
valgrind-python.supp 275 Avoid problems w/readline doing a putenv and leaking on exit
  /bionic/libc/include/
stdlib.h 58 int putenv(char* __assignment);
  /external/python/cpython3/Misc/
valgrind-python.supp 275 Avoid problems w/readline doing a putenv and leaking on exit
  /bionic/tests/
unistd_test.cpp 327 TEST(UNISTD_TEST, putenv) {
331 ASSERT_EQ(0, putenv(s1));
338 ASSERT_EQ(0, putenv(s2));
369 EXPECT_EQ(0, putenv(old_environ[i]));
    [all...]
  /external/e2fsprogs/e2fsck/
logfile.c 389 putenv("TZ=EST+5:00");
  /external/honggfuzz/
subproc.c 208 putenv(run->global->exe.envs[i]);
  /external/toybox/toys/pending/
bootchartd.c 295 putenv("PATH=/sbin:/usr/sbin:/bin:/usr/bin");
  /system/core/adb/
sysdeps.h 275 #define putenv putenv_utf8_not_yet_implemented macro
  /external/libusb/examples/
xusb.c 38 #define putenv _putenv macro
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 680 INTERCEPTOR(int, putenv, char *string) {
682 int res = REAL(putenv)(string);
    [all...]
  /external/autotest/scheduler/
drone_utility.py 91 os.putenv(DARK_MARK_ENVIRONMENT_VAR, str(os.getpid()))
  /frameworks/native/cmds/installd/
otapreopt.cpp 306 putenv(const_cast<char*>(e.c_str()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 579 extern int putenv (char *__string) __THROW __nonnull ((1));
    [all...]
  /external/valgrind/shared/
vg_replace_strmem.c     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 451 #define putenv _putenv
  /external/ltp/lib/
tst_test.c 106 putenv(ipc_path);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 630 int __cdecl putenv(const char *_EnvString) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/google-breakpad/autotools/
ltmain.sh     [all...]

Completed in 706 milliseconds

12 3 4 5