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

  /bionic/libc/stdlib/
setenv.c 90 * unsetenv(name) --
94 unsetenv(const char *name) function
  /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);
  /external/openssh/openbsd-compat/
setenv.c 46 * environmental array, for use by setenv(3) and unsetenv(3).
129 * unsetenv(name) --
133 unsetenv(const char *name) function
  /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/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...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 134 public void unsetenv(String name) throws ErrnoException; method in interface:Os
Posix.java 191 public native void unsetenv(String name) throws ErrnoException; method in class:Posix
ForwardingOs.java 141 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } method in class:ForwardingOs
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 613 /// int unsetenv(const char *name);
614 unsetenv, enumerator in enum:llvm::LibFunc::Func

Completed in 1893 milliseconds