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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
setenv.m4 70 AC_CHECK_DECLS_ONCE([unsetenv])
74 AC_CHECK_FUNCS([unsetenv])
80 AC_CACHE_CHECK([for unsetenv() return type], [gt_cv_func_unsetenv_ret],
85 #define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 <stdlib.h> */
91 int unsetenv (const char *name);
97 AC_DEFINE([VOID_UNSETENV], [1], [Define to 1 if unsetenv returns void
102 dnl Solaris 10 unsetenv does not remove all copies of a name.
103 dnl Haiku alpha 2 unsetenv gets confused by assignment to environ.
104 dnl OpenBSD 4.7 unsetenv("") does not fail.
105 AC_CACHE_CHECK([whether unsetenv obeys POSIX]
    [all...]
stdlib_h.m4 26 strtod strtoll strtoull unlockpt unsetenv])
  /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);
stdlib.in.h 897 # undef unsetenv
898 # define unsetenv rpl_unsetenv
900 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
901 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
904 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
906 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
909 _GL_CXXALIASWARN (unsetenv);
912 # undef unsetenv
914 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable -
    [all...]
  /external/valgrind/memcheck/tests/darwin/
env.c 26 unsetenv("MYVAR");
  /external/toybox/toys/lsb/
su.c 80 } else unsetenv("IFS");
87 } else unsetenv("IFS");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 32 # because they don't support unsetenv
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 32 # because they don't support unsetenv
  /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
bsd-misc.h 96 int unsetenv(const char *);
  /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...]
  /external/toybox/toys/pending/
sulogin.c 98 for (temp = forbid; *temp; temp++) unsetenv(*temp);
  /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...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 152 * unsetenv(name) --
156 unsetenv(const char *name) function
getenv.c 41 * environmental array, for use by putenv(3), setenv(3) and unsetenv(3).
  /bionic/tests/
unistd_test.cpp 251 ASSERT_EQ(0, unsetenv("test-variable"));
256 EXPECT_EQ(-1, unsetenv(""));
258 EXPECT_EQ(-1, unsetenv("a=b"));
278 ASSERT_EQ(0, unsetenv("test-variable"));
300 ASSERT_EQ(0, unsetenv("test-variable"));
304 ASSERT_EQ(0, unsetenv("a"));
319 ASSERT_EQ(0, unsetenv("a"));
351 EXPECT_EQ(0, unsetenv("test-variable"));
  /external/toybox/toys/posix/
date.c 151 else unsetenv("TZ");
163 else unsetenv("TZ");
  /bionic/libstdc++/include/
cstdlib 49 using ::unsetenv;
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 52 using ::unsetenv;
  /ndk/sources/cxx-stl/system/include/
cstdlib 52 using ::unsetenv;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 48 using ::unsetenv;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 48 using ::unsetenv;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 52 using ::unsetenv;

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>