Symbol: unsetenv
bin/sh/histedit.c
117
unsetenv("TERM");
bin/sh/var.c
308
(void) unsetenv(ss);
crypto/openssh/ssh.c
1714
unsetenv(SSH_AUTHSOCKET_ENV_NAME);
crypto/openssh/ssh.c
1724
unsetenv(SSH_AUTHSOCKET_ENV_NAME);
crypto/openssh/sshd.c
1388
(void) unsetenv("KRB5CCNAME");
include/stdlib.h
187
int unsetenv(const char *);
lib/libssh/openbsd-compat/bsd-misc.h
114
int unsetenv(const char *);
libexec/ftpd/popen.c
145
unsetenv("TZ");
libexec/rtld-elf/rtld.c
411
if ( unsetenv("LD_DEBUG")
libexec/rtld-elf/rtld.c
412
|| unsetenv("LD_PRELOAD")
libexec/rtld-elf/rtld.c
413
|| unsetenv("LD_LIBRARY_PATH")
libexec/rtld-elf/rtld.c
414
|| unsetenv("LD_LIBRARY_PATH_FDS")
libexec/rtld-elf/rtld.c
415
|| unsetenv("LD_ELF_HINTS_PATH")
libexec/rtld-elf/rtld.c
416
|| unsetenv("LD_LIBMAP")
libexec/rtld-elf/rtld.c
417
|| unsetenv("LD_LIBMAP_DISABLE")
libexec/rtld-elf/rtld.c
418
|| unsetenv("LD_LOADFLTR")
libexec/rtld-elf/rtld.c
419
|| unsetenv("LD_SHAREDLIB_BASE")
libexec/telnetd/state.c
1429
unsetenv(varp);
libexec/telnetd/state.c
1452
unsetenv(varp);
libexec/telnetd/sys_term.c
1191
unsetenv("USER");
sbin/shutdown/shutdown.c
468
unsetenv("TZ"); /* OUR timezone */
stand/boot/common/boot.c
119
unsetenv("exported_module_path");
stand/boot/common/boot.c
130
unsetenv("module_path");
stand/boot/common/commands.c
306
unsetenv(argv[1]);
stand/boot/common/console.c
75
unsetenv("console");
stand/boot/common/module.c
174
unsetenv("kernelname");
stand/lib/stand.h
324
extern int unsetenv(const char *);
tools/regression/lib/libc/gen/test-wordexp.c
248
r = unsetenv("IFS");
tools/regression/lib/libc/gen/test-wordexp.c
263
r = unsetenv("IFS");
usr.bin/chpass/util.c
87
unsetenv("TZ");
usr.bin/env/env.c
79
rtrn = unsetenv(optarg);
usr.bin/logger/logger.c
83
unsetenv("TZ");
usr.bin/mail/cmd3.c
404
unsetenv(*ap);
usr.bin/mail/main.c
100
unsetenv("MAIL");
usr.bin/tset/term.c
93
unsetenv("TERMCAP");
usr.sbin/installer/dfuibe_installer/fn_configure.c
234
unsetenv(passwd_env);
usr.sbin/installer/dfuibe_installer/fn_configure.c
324
unsetenv(passwd_env);