| /freebsd-14.2/stand/lua/ |
| H A D | core.lua | 117 loader.unsetenv("boot_verbose") 130 loader.unsetenv("boot_single") 183 loader.unsetenv("kern.smp.disabled") 184 loader.unsetenv("hw.ata.ata_dma") 185 loader.unsetenv("hw.ata.atapi_dma") 186 loader.unsetenv("kern.eventtimer.periodic") 187 loader.unsetenv("kern.geom.part.check_integrity") 531 loader.unsetenv("boot_serial") 533 loader.unsetenv("boot_multicons") 538 loader.unsetenv("boot_serial")
|
| /freebsd-14.2/contrib/kyua/utils/ |
| H A D | env_test.cpp | 44 utils::unsetenv("test-missing"); in ATF_TEST_CASE_BODY() 115 utils::unsetenv("HOME"); in ATF_TEST_CASE_BODY() 143 ATF_TEST_CASE_WITHOUT_HEAD(unsetenv); 144 ATF_TEST_CASE_BODY(unsetenv) in ATF_TEST_CASE_BODY() argument 147 utils::unsetenv("PATH"); in ATF_TEST_CASE_BODY() 166 ATF_ADD_TEST_CASE(tcs, unsetenv); in ATF_INIT_TEST_CASES()
|
| H A D | env.cpp | 180 utils::unsetenv(const std::string& name) in unsetenv() function in utils 184 if (::unsetenv(name.c_str()) == -1) { in unsetenv()
|
| H A D | env.hpp | 53 void unsetenv(const std::string&);
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_getenv.c | 91 ATF_CHECK(unsetenv("EVIL") != -1); in ATF_TC_BODY() 113 ATF_CHECK(unsetenv("crap") != -1); in ATF_TC_BODY() 150 ATF_CHECK(unsetenv(name) != -1); in ATF_TC_BODY() 152 ATF_CHECK(unsetenv(name) != -1); in ATF_TC_BODY() 190 ATF_CHECK(unsetenv("mixedcrap") != -1); in ATF_TC_BODY() 197 ATF_CHECK(unsetenv("mixedcrap") != -1); in ATF_TC_BODY()
|
| H A D | t_getenv_thread.c | 94 ATF_CHECK(unsetenv(name) != -1); in thread_putenv() 134 ATF_CHECK(unsetenv(name) != -1); in thread_unsetenv()
|
| /freebsd-14.2/lib/libsecureboot/ |
| H A D | pass_manifest.c | 127 unsetenv("veriexec.manifest_path"); in pass_manifest_export_envs() 128 unsetenv("veriexec.manifest_hash"); in pass_manifest_export_envs() 129 unsetenv("veriexec.manifest_prefix"); in pass_manifest_export_envs() 139 unsetenv("veriexec.manifest_path"); in pass_manifest_export_envs()
|
| /freebsd-14.2/stand/forth/ |
| H A D | menu-commands.4th | 76 unsetenv ( c-addr/u -- ) 91 s" loader.acpi_disabled_by_user" unsetenv 95 s" acpi_load" unsetenv \ XXX deprecated but harmless 134 s" kern.smp.disabled" unsetenv 135 s" hw.ata.ata_dma" unsetenv 136 s" hw.ata.atapi_dma" unsetenv 137 s" kern.eventtimer.periodic" unsetenv 138 s" kern.geom.part.check_integrity" unsetenv 178 s" boot_single" unsetenv 217 s" boot_verbose" unsetenv
|
| H A D | menusets.4th | 73 s" cmdbuf" unsetenv 93 s" buf" unsetenv 143 s" cmdbuf" unsetenv 164 s" buf" unsetenv 235 s" cmdbuf" unsetenv 257 s" buf" unsetenv 435 s" type" unsetenv 436 s" var" unsetenv 437 s" x" unsetenv 552 unsetenv [all …]
|
| H A D | menu.4th | 324 dup kernel[x] unsetenv 325 2dup menu_caption[x][y] unsetenv 326 2dup ansi_caption[x][y] unsetenv 632 over menu_command[x] unsetenv 1233 dup menu_init[x] unsetenv \ menu initializer 1234 dup menu_command[x] unsetenv \ menu command 1235 dup menu_caption[x] unsetenv \ menu caption 1236 dup ansi_caption[x] unsetenv \ ANSI caption 1237 dup menu_keycode[x] unsetenv \ menu keycode 1244 2dup menu_caption[x][y] unsetenv [all …]
|
| /freebsd-14.2/stand/i386/libi386/ |
| H A D | comconsole.c | 105 unsetenv("comconsole_speed"); in comc_probe() 117 unsetenv("comconsole_port"); in comc_probe() 128 unsetenv("comconsole_pcidev"); in comc_probe() 286 unsetenv("comconsole_port"); in comc_pcidev_handle() 329 unsetenv("hw.uart.console"); in comc_setup()
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest_dirs_test.cc | 26 GTEST_CHECK_POSIX_SUCCESS_(unsetenv(name)); in SetEnv() 37 GTEST_CHECK_POSIX_SUCCESS_(unsetenv(name_.c_str())); in ~SetEnv()
|
| /freebsd-14.2/tools/build/ |
| H A D | make.py | 329 os.unsetenv("BASH_FUNC_which%%") 330 os.unsetenv("BASH_FUNC_ml%%") 331 os.unsetenv("BASH_FUNC_module%%")
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | environ.c | 82 void unsetenv(char *name) in unsetenv() function 192 unsetenv(argv[0] + 1); in main()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/env/ |
| H A D | err.D_PRAGMA_OPTSET.unsetfromscript.d | 20 #pragma D option unsetenv=rectalexambot
|
| H A D | tst.unsetenv2.ksh.out | 1 dtrace: failed to set -x unsetenv: Invalid value for specified option
|
| /freebsd-14.2/contrib/nvi/cl/ |
| H A D | cl_screen.c | 250 unsetenv("TERM"); in cl_vi_init() 252 unsetenv("LINES"); in cl_vi_init() 254 unsetenv("COLUMNS"); in cl_vi_init()
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | unsetenv.c | 49 unsetenv(const char *name) in unsetenv() function
|
| /freebsd-14.2/contrib/kyua/cli/ |
| H A D | main_test.cpp | 183 utils::unsetenv("HOME"); in ATF_TEST_CASE_BODY() 196 utils::unsetenv("HOME"); in ATF_TEST_CASE_BODY() 197 utils::unsetenv("TMPDIR"); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/atf/atf-c/detail/ |
| H A D | env.c | 97 unsetenv(name); in atf_env_unset()
|
| /freebsd-14.2/stand/common/ |
| H A D | install.c | 309 unsetenv("vfs.root.mountfrom"); in install() 384 unsetenv("install_format"); in command_install()
|
| /freebsd-14.2/tools/regression/environ/ |
| H A D | retention.c | 67 if ((unsetenv(envName) == -1) || ((env2 = getenv(envName)) != NULL)) in main()
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | Symbol.map | 61 unsetenv;
|
| /freebsd-14.2/crypto/openssh/regress/unittests/misc/ |
| H A D | test_expand.c | 34 (void)unsetenv("BAZ"); in test_expand()
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | setenv.c | 141 unsetenv(name) in unsetenv() function
|