HomeSort by: relevance | last modified time | path
    Searched refs:unsetenv (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/lib/libc/compat/stdlib/
compat_unsetenv.c 53 __weak_alias(unsetenv,_unsetenv)
58 __warn_references(unsetenv,
59 "warning: reference to compatibility unsetenv();"
63 * unsetenv(name) --
67 unsetenv(const char *name)
  /src/lib/libc/compat/include/
stdlib.h 39 void unsetenv(const char *);
  /src/regress/sys/kern/execve/
doexec.c 53 unsetenv("LANG"); /* we compare C error strings */
  /src/tests/lib/libc/stdlib/
t_getenv.c 88 ATF_CHECK(unsetenv("EVIL") != -1);
95 "Test putenv(3), getenv(3), unsetenv(3)");
110 ATF_CHECK(unsetenv("crap") != -1);
122 "Test setenv(3), getenv(3), unsetenv(3)");
147 ATF_CHECK(unsetenv(name) != -1);
149 ATF_CHECK(unsetenv(name) != -1);
165 "Test mixing setenv(3), unsetenv(3) and putenv(3)");
178 ATF_CHECK(unsetenv("mixedcrap") != -1);
185 ATF_CHECK(unsetenv("mixedcrap") != -1);
t_getenv_thread.c 94 ATF_CHECK(unsetenv(name) != -1);
134 ATF_CHECK(unsetenv(name) != -1);
219 atf_tc_set_md_var(tc, "descr", "Test unsetenv(3) with threads");
  /src/lib/libc/stdlib/
unsetenv.c 1 /* $NetBSD: unsetenv.c,v 1.11 2015/01/20 18:31:25 christos Exp $ */
37 __RCSID("$NetBSD: unsetenv.c,v 1.11 2015/01/20 18:31:25 christos Exp $");
53 * unsetenv(name) --
57 unsetenv(const char *name) function in typeref:typename:int
Makefile.inc 19 unsetenv.c strfmon.c
80 MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
  /src/usr.bin/env/
env.c 78 (void)unsetenv("PWD");
86 if (unsetenv(optarg) == -1)
87 err(125, "unsetenv '%s'", optarg);
  /src/usr.bin/chpass/
util.c 83 unsetenv("TZ");
  /src/usr.sbin/sysinst/
menus.entropy 112 unsetenv("ftp_proxy");
113 unsetenv("http_proxy");
menus.mi 409 unsetenv("ftp_proxy");
410 unsetenv("http_proxy");
608 unsetenv("ftp_proxy");
609 unsetenv("http_proxy");
656 unsetenv("ftp_proxy");
657 unsetenv("http_proxy");
  /src/usr.bin/make/
util.c 68 unsetenv(const char *name) function in typeref:typename:int
148 unsetenv(argv[1]);
  /src/sys/arch/ia64/stand/common/
console.c 76 unsetenv("console"); /* we want to replace this */
environment.c 180 unsetenv(const char *name) function in typeref:typename:int
fileload.c 112 unsetenv("kernelname");
bootstrap.h 380 extern int unsetenv(const char *name);
commands.c 321 if ((err = unsetenv(argv[1])) != 0) {
  /src/bin/date/
date.c 161 (void)unsetenv("TZ");
168 (void)unsetenv("TZ");
  /src/games/dm/
dm.c 95 unsetenv("TZ");
  /src/sys/arch/pmax/include/
dec_prom.h 180 #define unsetenv (*callv -> _unsetenv) macro
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/
afl_driver.cpp 145 if (unsetenv("__AFL_DEFER_FORKSRV")) {
  /src/tests/lib/libcurses/director/
director.c 203 if (unsetenv("ESCDELAY") != 0)
  /src/include/
stdlib.h 244 int unsetenv(const char *) __RENAME(__unsetenv13);
  /src/usr.bin/mail/
main.c 269 (void)unsetenv("MAIL");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 187 unsetenv(kEnvName);

Completed in 48 milliseconds

1 2