Home
last modified time | relevance | path

Searched refs:unsetenv (Results 1 – 25 of 62) sorted by relevance

123

/external/bison/lib/
Dunsetenv.c51 # define unsetenv __unsetenv in __libc_lock_define_initialized() macro
57 unsetenv (const char *name) in __libc_lock_define_initialized()
93 # undef unsetenv
94 weak_alias (__unsetenv, unsetenv)
99 # undef unsetenv
102 extern void unsetenv (const char *);
104 extern int unsetenv (const char *);
123 unsetenv (name);
Dstdlib.in.h897 # 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 - "
/external/bison/m4/
Dsetenv.m470 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 …]
Dstdlib_h.m426 strtod strtoll strtoull unlockpt unsetenv])
/external/bison/linux-lib/
Dstdlib.h1219 # undef unsetenv
1220 # define unsetenv rpl_unsetenv
1222 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1223 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
1226 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1228 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
1231 _GL_CXXALIASWARN (unsetenv);
1234 # undef unsetenv
1236 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - "
/external/bison/darwin-lib/
Dstdlib.h1219 # undef unsetenv
1220 # define unsetenv rpl_unsetenv
1222 _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1223 _GL_CXXALIAS_RPL (unsetenv, int, (const char *name));
1226 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));
1228 _GL_CXXALIAS_SYS (unsetenv, int, (const char *name));
1231 _GL_CXXALIASWARN (unsetenv);
1234 # undef unsetenv
1236 _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - "
/external/toybox/toys/lsb/
Dsu.c80 } else unsetenv("IFS"); in su_main()
87 } else unsetenv("IFS"); in su_main()
/external/libchrome/sandbox/linux/suid/
Dsandbox.c282 unsetenv(kSandboxPIDNSEnvironmentVarName); in MoveToNewNamespaces()
288 unsetenv(kSandboxNETNSEnvironmentVarName); in MoveToNewNamespaces()
370 unsetenv(saved_envvar); in SetupChildEnvironment()
/external/valgrind/memcheck/tests/darwin/
Denv.c26 unsetenv("MYVAR"); in main()
/external/ltp/lib/tests/
Dtst_dataroot02.c49 unsetenv("LTPROOT"); in main()
/external/swiftshader/third_party/LLVM/unittests/Support/
DCommandLineTest.cpp38 unsetenv(name); in ~TempEnvVar()
/external/toybox/toys/posix/
Denv.c36 unsetenv(TT.u->arg); in env_main()
Ddate.c91 else unsetenv("TZ"); in utzreset()
/external/openssh/openbsd-compat/
Dbsd-misc.h96 int unsetenv(const char *);
Dsetenv.c198 unsetenv(const char *name) in unsetenv() function
/external/syslinux/com32/include/
Dstdlib.h56 __extern int unsetenv(const char *);
/external/toybox/toys/pending/
Dsulogin.c98 for (temp = forbid; *temp; temp++) unsetenv(*temp); in sulogin_main()
/external/wpa_supplicant_8/src/utils/
Dos_internal.c207 unsetenv(name); in os_unsetenv()
210 return unsetenv(name); in os_unsetenv()
Dos_unix.c393 unsetenv(name); in os_unsetenv()
396 return unsetenv(name); in os_unsetenv()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.temp_dir_path/
Dtemp_directory_path.pass.cpp34 assert(::unsetenv(var.c_str()) == 0); in UnsetEnv()
/external/toybox/toys/other/
Dlogin.c57 for (count = 0; count < ARRAY_LEN(forbid); count++) unsetenv(forbid[count]); in login_main()
/external/tcpdump/lbl/
Dos-sunos4.h185 void unsetenv(const char *);
/external/libpcap/lbl/
Dos-sunos4.h185 void unsetenv(const char *);
/external/libchrome/base/
Denvironment.cc98 return !unsetenv(variable_name.data()); in UnSetVarImpl()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc194 unsetenv(kEnvName); in TEST()

123