Home
last modified time | relevance | path

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

12

/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])
Dgnulib-comp.m4218 # Code from module unsetenv:
729 AC_LIBOBJ([unsetenv])
732 gl_STDLIB_MODULE_INDICATOR([unsetenv])
1120 lib/unsetenv.c
/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/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/toybox/toys/lsb/
Dsu.c80 } else unsetenv("IFS"); in su_main()
87 } else unsetenv("IFS"); in su_main()
/external/toybox/toys/posix/
Ddate.c151 else unsetenv("TZ"); in date_main()
163 else unsetenv("TZ"); in date_main()
/external/valgrind/memcheck/tests/darwin/
Denv.c26 unsetenv("MYVAR"); in main()
/external/openssh/openbsd-compat/
Dbsd-misc.h96 int unsetenv(const char *);
Dsetenv.c198 unsetenv(const char *name) in unsetenv() function
/external/toybox/toys/pending/
Dsulogin.c98 for (temp = forbid; *temp; temp++) unsetenv(*temp); in sulogin_main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_mac.cc57 unsetenv("DYLD_ROOT_PATH"); in ExecuteWithDefaultArgs()
/external/wpa_supplicant_8/src/utils/
Dos_internal.c207 unsetenv(name); in os_unsetenv()
210 return unsetenv(name); in os_unsetenv()
Dos_unix.c362 unsetenv(name); in os_unsetenv()
365 return unsetenv(name); in os_unsetenv()
/external/libpcap/lbl/
Dos-sunos4.h187 void unsetenv(const char *);
/external/tcpdump/lbl/
Dos-sunos4.h187 void unsetenv(const char *);
/external/toybox/toys/other/
Dlogin.c162 for (ss = forbid; *ss; ss++) unsetenv(*ss); in login_main()
/external/linux-tools-perf/src/tools/perf/util/
Drun-command.c108 unsetenv(*cmd->env); in start_command()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc194 unsetenv(kEnvName); in TEST()
/external/llvm/unittests/Support/
DCommandLineTest.cpp37 unsetenv(name); in ~TempEnvVar()
/external/android-clat/
Dclatd.c508 unsetenv("ANDROID_DNS_MODE"); in main()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def987 /// int unsetenv(const char *name);
988 TLI_DEFINE_ENUM_INTERNAL(unsetenv)
989 TLI_DEFINE_STRING_INTERNAL("unsetenv")
/external/v8/src/
Dd8-posix.cc705 unsetenv(*var); in UnsetEnvironment()

12