Searched refs:unsetenv (Results 1 - 25 of 44) sorted by relevance

12

/external/bison/lib/
H A Dunsetenv.c51 # 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);
H A 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 i
[all...]
/external/valgrind/memcheck/tests/darwin/
H A Denv.c26 unsetenv("MYVAR");
/external/toybox/toys/posix/
H A Denv.c36 unsetenv(TT.u->arg);
H A Ddate.c91 else unsetenv("TZ");
/external/toybox/toys/lsb/
H A Dsu.c80 } else unsetenv("IFS");
87 } else unsetenv("IFS");
/external/bison/darwin-lib/
H A 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); variable
1234 # undef unsetenv macro
1236 _GL_WARN_ON_USE (unsetenv, "unsetenv i
[all...]
/external/bison/linux-lib/
H A 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); variable
1234 # undef unsetenv macro
1236 _GL_WARN_ON_USE (unsetenv, "unsetenv i
[all...]
/external/toybox/toys/pending/
H A Dsulogin.c98 for (temp = forbid; *temp; temp++) unsetenv(*temp);
/external/avahi/avahi-daemon/
H A Dsd-daemon.c124 unsetenv("LISTEN_PID");
125 unsetenv("LISTEN_FDS");
391 unsetenv("NOTIFY_SOCKET");
/external/dbus/dbus/
H A Dsd-daemon.c119 unsetenv("LISTEN_PID");
120 unsetenv("LISTEN_FDS");
386 unsetenv("NOTIFY_SOCKET");
H A Ddbus-sysdeps.c120 unsetenv (varname);
/external/libchrome/sandbox/linux/suid/
H A Dsandbox.c282 unsetenv(kSandboxPIDNSEnvironmentVarName);
288 unsetenv(kSandboxNETNSEnvironmentVarName);
370 unsetenv(saved_envvar);
/external/libpcap/lbl/
H A Dos-sunos4.h185 void unsetenv(const char *);
/external/tcpdump/lbl/
H A Dos-sunos4.h185 void unsetenv(const char *);
/external/toybox/toys/other/
H A Dlogin.c57 for (count = 0; count < ARRAY_LEN(forbid); count++) unsetenv(forbid[count]);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c207 unsetenv(name);
210 return unsetenv(name);
H A Dos_unix.c390 unsetenv(name);
393 return unsetenv(name);
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c207 unsetenv(name);
210 return unsetenv(name);
H A Dos_unix.c390 unsetenv(name);
393 return unsetenv(name);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c207 unsetenv(name);
210 return unsetenv(name);
H A Dos_unix.c390 unsetenv(name);
393 return unsetenv(name);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc194 unsetenv(kEnvName);
/external/libchrome/base/
H A Denvironment.cc97 return !unsetenv(variable_name);
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp37 // Assume setenv and unsetenv come together.
38 unsetenv(name);

Completed in 531 milliseconds

12