/freebsd/stand/lua/ |
H A D | core.lua | 117 loader.unsetenv("boot_verbose") 130 loader.unsetenv("boot_single") 184 loader.unsetenv("kern.smp.disabled") 185 loader.unsetenv("hw.ata.ata_dma") 186 loader.unsetenv("hw.ata.atapi_dma") 187 loader.unsetenv("kern.eventtimer.periodic") 188 loader.unsetenv("kern.geom.part.check_integrity") 189 loader.unsetenv("boot_safe") 533 loader.unsetenv("boot_serial") 535 loader.unsetenv("boot_multicons") [all …]
|
/freebsd/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/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/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/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 135 s" kern.smp.disabled" unsetenv 136 s" hw.ata.ata_dma" unsetenv 137 s" hw.ata.atapi_dma" unsetenv 138 s" kern.eventtimer.periodic" unsetenv 139 s" kern.geom.part.check_integrity" unsetenv 140 s" boot_safe" unsetenv 180 s" boot_single" unsetenv [all …]
|
H A D | menusets.4th | 73 s" cmdbuf" unsetenv 92 s" buf" getenv unsetenv 93 s" buf" unsetenv 143 s" cmdbuf" unsetenv 163 s" buf" getenv unsetenv 164 s" buf" unsetenv 235 s" cmdbuf" unsetenv 256 s" buf" getenv unsetenv 257 s" buf" unsetenv 435 s" type" 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 1238 dup toggled_text[x] unsetenv \ toggle_menuitem caption [all …]
|
/freebsd/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/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/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/contrib/tcp_wrappers/ |
H A D | environ.c | 82 void unsetenv(char *name) in unsetenv() function 192 unsetenv(argv[0] + 1); in main()
|
/freebsd/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/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/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/crypto/heimdal/lib/roken/ |
H A D | unsetenv.c | 49 unsetenv(const char *name) in unsetenv() function
|
/freebsd/stand/common/ |
H A D | install.c | 309 unsetenv("vfs.root.mountfrom"); in install() 384 unsetenv("install_format"); in command_install()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | env.c | 97 unsetenv(name); in atf_env_unset()
|
/freebsd/tools/regression/environ/ |
H A D | retention.c | 67 if ((unsetenv(envName) == -1) || ((env2 = getenv(envName)) != NULL)) in main()
|
/freebsd/crypto/openssh/regress/unittests/misc/ |
H A D | test_expand.c | 34 (void)unsetenv("BAZ"); in test_expand()
|
/freebsd/lib/libc/stdlib/ |
H A D | Symbol.map | 61 unsetenv;
|
/freebsd/contrib/bmake/ |
H A D | setenv.c | 141 unsetenv(name) in unsetenv() function
|