HomeSort by relevance Sort by last modified time
    Searched defs:unsetenv (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 152 * unsetenv(name) --
156 unsetenv(const char *name) function
181 DEF_WEAK(unsetenv); variable
  /toolchain/binutils/binutils-2.27/libiberty/
setenv.c 25 @deftypefnx Supplemental void unsetenv (const char *@var{name})
30 The companion @code{unsetenv} function removes @var{name} from the
42 #define unsetenv libiberty_unsetenv macro
68 #undef unsetenv macro
164 unsetenv (const char *name) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 414 # Fake unsetenv() for Windows
419 def unsetenv(key): function
439 unsetenv
445 unsetenv(key)
449 unsetenv(key)
452 unsetenv(key)
504 unsetenv
509 unsetenv(key)
513 unsetenv(key)
516 unsetenv(key)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 429 # Fake unsetenv() for Windows
434 def unsetenv(key): function
454 unsetenv
460 unsetenv(key)
464 unsetenv(key)
467 unsetenv(key)
519 unsetenv
524 unsetenv(key)
528 unsetenv(key)
531 unsetenv(key)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 400 # Fake unsetenv() for Windows
405 def unsetenv(key): function
425 unsetenv
431 unsetenv(key)
435 unsetenv(key)
438 unsetenv(key)
490 unsetenv
495 unsetenv(key)
499 unsetenv(key)
502 unsetenv(key)
    [all...]
  /external/python/cpython2/Lib/
os.py 402 # Fake unsetenv() for Windows
407 def unsetenv(key): function
427 unsetenv
433 unsetenv(key)
437 unsetenv(key)
440 unsetenv(key)
492 unsetenv
497 unsetenv(key)
501 unsetenv(key)
504 unsetenv(key
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 400 # Fake unsetenv() for Windows
405 def unsetenv(key): function
425 unsetenv
431 unsetenv(key)
435 unsetenv(key)
438 unsetenv(key)
490 unsetenv
495 unsetenv(key)
499 unsetenv(key)
502 unsetenv(key
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 400 # Fake unsetenv() for Windows
405 def unsetenv(key): function
425 unsetenv
431 unsetenv(key)
435 unsetenv(key)
438 unsetenv(key)
490 unsetenv
495 unsetenv(key)
499 unsetenv(key)
502 unsetenv(key
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 400 # Fake unsetenv() for Windows
405 def unsetenv(key): function
425 unsetenv
431 unsetenv(key)
435 unsetenv(key)
438 unsetenv(key)
490 unsetenv
495 unsetenv(key)
499 unsetenv(key)
502 unsetenv(key
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 400 # Fake unsetenv() for Windows
405 def unsetenv(key): function
425 unsetenv
431 unsetenv(key)
435 unsetenv(key)
438 unsetenv(key)
490 unsetenv
495 unsetenv(key)
499 unsetenv(key)
502 unsetenv(key
    [all...]
  /system/core/adb/
sysdeps.h 277 #define unsetenv unsetenv_utf8_not_yet_implemented macro
  /libcore/luni/src/main/java/libcore/io/
Linux.java 272 public native void unsetenv(String name) throws ErrnoException; method in class:Linux
Os.java 179 public void unsetenv(String name) throws ErrnoException; method in interface:Os
ForwardingOs.java 192 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 618 * See <a href="http://man7.org/linux/man-pages/man3/unsetenv.3.html">unsetenv(3)</a>.
620 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } method in class:Os
  /external/libevent/test/
regress.c 2596 static void unsetenv(const char *k) function
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 112 os.Unsetenv("GOROOT_FINAL")
190 os.Unsetenv("GOBIN")
191 os.Unsetenv("GOPATH")
192 os.Unsetenv("GIT_ALLOW_PROTOCOL")
330 tg.unsetenv(name)
334 // unsetenv removes an environment variable.
335 func (tg *testgoData) unsetenv(name string) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 112 os.Unsetenv("GOROOT_FINAL")
190 os.Unsetenv("GOBIN")
191 os.Unsetenv("GOPATH")
192 os.Unsetenv("GIT_ALLOW_PROTOCOL")
330 tg.unsetenv(name)
334 // unsetenv removes an environment variable.
335 func (tg *testgoData) unsetenv(name string) { func
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 442 milliseconds

1 2