Home
last modified time | relevance | path

Searched refs:unsetenv (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd/stand/lua/
H A Dcore.lua117 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 Denv_test.cpp44 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 Denv.cpp180 utils::unsetenv(const std::string& name) in unsetenv() function in utils
184 if (::unsetenv(name.c_str()) == -1) { in unsetenv()
H A Denv.hpp53 void unsetenv(const std::string&);
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv.c91 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 Dt_getenv_thread.c94 ATF_CHECK(unsetenv(name) != -1); in thread_putenv()
134 ATF_CHECK(unsetenv(name) != -1); in thread_unsetenv()
/freebsd/lib/libsecureboot/
H A Dpass_manifest.c127 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 Dmenu-commands.4th76 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 Dmenusets.4th73 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 Dmenu.4th324 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 Dcomconsole.c105 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 Dgtest_dirs_test.cc26 GTEST_CHECK_POSIX_SUCCESS_(unsetenv(name)); in SetEnv()
37 GTEST_CHECK_POSIX_SUCCESS_(unsetenv(name_.c_str())); in ~SetEnv()
/freebsd/tools/build/
H A Dmake.py329 os.unsetenv("BASH_FUNC_which%%")
330 os.unsetenv("BASH_FUNC_ml%%")
331 os.unsetenv("BASH_FUNC_module%%")
/freebsd/contrib/tcp_wrappers/
H A Denviron.c82 void unsetenv(char *name) in unsetenv() function
192 unsetenv(argv[0] + 1); in main()
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c250 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 Derr.D_PRAGMA_OPTSET.unsetfromscript.d20 #pragma D option unsetenv=rectalexambot
H A Dtst.unsetenv2.ksh.out1 dtrace: failed to set -x unsetenv: Invalid value for specified option
/freebsd/contrib/kyua/cli/
H A Dmain_test.cpp183 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 Dunsetenv.c49 unsetenv(const char *name) in unsetenv() function
/freebsd/stand/common/
H A Dinstall.c309 unsetenv("vfs.root.mountfrom"); in install()
384 unsetenv("install_format"); in command_install()
/freebsd/contrib/atf/atf-c/detail/
H A Denv.c97 unsetenv(name); in atf_env_unset()
/freebsd/tools/regression/environ/
H A Dretention.c67 if ((unsetenv(envName) == -1) || ((env2 = getenv(envName)) != NULL)) in main()
/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_expand.c34 (void)unsetenv("BAZ"); in test_expand()
/freebsd/lib/libc/stdlib/
H A DSymbol.map61 unsetenv;
/freebsd/contrib/bmake/
H A Dsetenv.c141 unsetenv(name) in unsetenv() function

12345