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

1 2

  /external/bison/lib/
unsetenv.c 51 # define unsetenv __unsetenv macro
57 unsetenv (const char *name) function
93 # undef unsetenv macro
94 weak_alias (__unsetenv, unsetenv)
99 # undef unsetenv
102 extern void unsetenv (const char *);
104 extern int unsetenv (const char *);
108 /* Call the underlying unsetenv, in case there is hidden bookkeeping
123 unsetenv (name);
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 152 * unsetenv(name) --
156 unsetenv(const char *name) function
181 DEF_WEAK(unsetenv); variable
  /external/openssh/openbsd-compat/
setenv.c 50 * environmental array, for use by putenv(3), setenv(3) and unsetenv(3).
194 * unsetenv(name) --
198 unsetenv(const char *name) function
  /toolchain/binutils/binutils-2.25/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
70 #undef unsetenv macro
166 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/bison/darwin-lib/
stdlib.h 1231 _GL_CXXALIASWARN (unsetenv); variable
1234 # undef unsetenv macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1231 _GL_CXXALIASWARN (unsetenv); variable
1234 # undef unsetenv macro
    [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 362 #define unsetenv unsetenv_utf8_not_yet_implemented macro
  /libcore/luni/src/main/java/libcore/io/
Linux.java 270 public native void unsetenv(String name) throws ErrnoException; method in class:Linux
Os.java 177 public void unsetenv(String name) throws ErrnoException; method in interface:Os
ForwardingOs.java 190 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 602 * See <a href="http://man7.org/linux/man-pages/man3/unsetenv.3.html">unsetenv(3)</a>.
604 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } method in class:Os
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 108 os.Unsetenv("GOBIN")
109 os.Unsetenv("GOPATH")
110 os.Unsetenv("GIT_ALLOW_PROTOCOL")
230 tg.unsetenv(name)
234 // unsetenv removes an environment variable.
235 func (tg *testgoData) unsetenv(name string) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 108 os.Unsetenv("GOBIN")
109 os.Unsetenv("GOPATH")
110 os.Unsetenv("GIT_ALLOW_PROTOCOL")
230 tg.unsetenv(name)
234 // unsetenv removes an environment variable.
235 func (tg *testgoData) unsetenv(name string) { func
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 594 milliseconds

1 2