/dports/databases/db18/db-18.1.40/test/tcl/ |
H A D | env014.tcl | 69 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 79 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 94 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 109 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 119 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 133 error_check_good env_remove [berkdb envremove -force -home $testdir] 0
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/back/ |
H A D | command.rs | 18 env_remove: Vec<OsString>, field 42 Command { program, args: Vec::new(), env: Vec::new(), env_remove: Vec::new() } in _new() 82 pub fn env_remove<K>(&mut self, key: K) -> &mut Command in env_remove() method 91 self.env_remove.push(key.to_owned()); in _env_remove() 125 for k in &self.env_remove { in command() 126 ret.env_remove(k); in command()
|
/dports/misc/vifm/vifm-0.11/tests/variables/ |
H A D | unlet.c | 10 env_remove(VAR_NAME_BASE "1"); in SETUP() 11 env_remove(VAR_NAME_BASE "2"); in SETUP() 12 env_remove(VAR_NAME_BASE "3"); in SETUP()
|
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_target-722.0.0/src/spec/ |
H A D | apple_base.rs | 74 let mut env_remove = Vec::with_capacity(2); in macos_link_env_remove() localVariable 79 env_remove.push("SDKROOT".to_string()) in macos_link_env_remove() 85 env_remove.push("IPHONEOS_DEPLOYMENT_TARGET".to_string()); in macos_link_env_remove() 86 env_remove in macos_link_env_remove()
|
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_target-718.0.0/src/spec/ |
H A D | apple_base.rs | 73 let mut env_remove = Vec::with_capacity(2); in macos_link_env_remove() localVariable 78 env_remove.push("SDKROOT".to_string()) in macos_link_env_remove() 84 env_remove.push("IPHONEOS_DEPLOYMENT_TARGET".to_string()); in macos_link_env_remove() 85 env_remove in macos_link_env_remove()
|
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_target/src/spec/ |
H A D | apple_base.rs | 74 let mut env_remove = Vec::with_capacity(2); in macos_link_env_remove() localVariable 79 env_remove.push("SDKROOT".to_string()) in macos_link_env_remove() 85 env_remove.push("IPHONEOS_DEPLOYMENT_TARGET".to_string()); in macos_link_env_remove() 86 env_remove in macos_link_env_remove()
|
/dports/databases/db5/db-5.3.28/test/tcl/ |
H A D | env014.tcl | 66 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 76 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 91 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 106 error_check_good env_remove [berkdb envremove -force -home $testdir] 0 116 error_check_good env_remove [berkdb envremove -force -home $testdir] 0
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_target/src/spec/ |
H A D | apple_base.rs | 83 let mut env_remove = Vec::with_capacity(2); in macos_link_env_remove() localVariable 88 env_remove.push("SDKROOT".to_string()) in macos_link_env_remove() 94 env_remove.push("IPHONEOS_DEPLOYMENT_TARGET".to_string()); in macos_link_env_remove() 95 env_remove in macos_link_env_remove()
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xshell-0.1.17/tests/it/ |
H A D | env.rs | 21 cmd!("echo_env {v1} {v2}").envs([(v1, "123"), (v2, "456")].iter().copied()).env_remove(v2), in test_env() 27 .env_remove("nothing"), in test_env() 41 assert_env(cmd!("echo_env {v1} {v2}").env_remove(v1), &[(v1, None), (v2, Some("quark"))]); in test_env() 43 cmd!("echo_env {v1} {v2}").env_remove(v1).env(v1, "baz"), in test_env() 47 cmd!("echo_env {v1} {v2}").env(v1, "baz").env_remove(v1), in test_env()
|
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/tests/it/ |
H A D | env.rs | 21 cmd!("echo_env {v1} {v2}").envs([(v1, "123"), (v2, "456")].iter().copied()).env_remove(v2), in test_env() 27 .env_remove("nothing"), in test_env() 41 assert_env(cmd!("echo_env {v1} {v2}").env_remove(v1), &[(v1, None), (v2, Some("quark"))]); in test_env() 43 cmd!("echo_env {v1} {v2}").env_remove(v1).env(v1, "baz"), in test_env() 47 cmd!("echo_env {v1} {v2}").env(v1, "baz").env_remove(v1), in test_env()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/crates/cargo-test-support/src/ |
H A D | lib.rs | 761 p.env_remove(key); in env_remove() 1101 p.env_remove(&k); in _process() 1144 .env_remove("RUSTC") in _process() 1145 .env_remove("RUSTDOC") in _process() 1146 .env_remove("RUSTC_WRAPPER") in _process() 1147 .env_remove("RUSTFLAGS") in _process() 1148 .env_remove("RUSTDOCFLAGS") in _process() 1151 .env_remove("EMAIL") in _process() 1153 .env_remove("MFLAGS") in _process() 1154 .env_remove("MAKEFLAGS") in _process() [all …]
|
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/ |
H A D | cargo_config.rs | 12 p.env_remove("CARGO_PROFILE_DEV_SPLIT_DEBUGINFO") in cargo_process() 13 .env_remove("CARGO_PROFILE_TEST_SPLIT_DEBUGINFO") in cargo_process() 14 .env_remove("CARGO_PROFILE_RELEASE_SPLIT_DEBUGINFO") in cargo_process() 15 .env_remove("CARGO_PROFILE_BENCH_SPLIT_DEBUGINFO") in cargo_process() 16 .env_remove("CARGO_INCREMENTAL"); in cargo_process()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/ |
H A D | cargo_config.rs | 12 p.env_remove("CARGO_PROFILE_DEV_SPLIT_DEBUGINFO") in cargo_process() 13 .env_remove("CARGO_PROFILE_TEST_SPLIT_DEBUGINFO") in cargo_process() 14 .env_remove("CARGO_PROFILE_RELEASE_SPLIT_DEBUGINFO") in cargo_process() 15 .env_remove("CARGO_PROFILE_BENCH_SPLIT_DEBUGINFO") in cargo_process() 16 .env_remove("CARGO_INCREMENTAL"); in cargo_process()
|
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/ |
H A D | cargo_config.rs | 12 p.env_remove("CARGO_PROFILE_DEV_SPLIT_DEBUGINFO") in cargo_process() 13 .env_remove("CARGO_PROFILE_TEST_SPLIT_DEBUGINFO") in cargo_process() 14 .env_remove("CARGO_PROFILE_RELEASE_SPLIT_DEBUGINFO") in cargo_process() 15 .env_remove("CARGO_PROFILE_BENCH_SPLIT_DEBUGINFO") in cargo_process() 16 .env_remove("CARGO_INCREMENTAL"); in cargo_process()
|
/dports/mail/dovecot/dovecot-2.3.17/src/lib/ |
H A D | restrict-access.c | 446 env_remove("RESTRICT_SETUID"); in restrict_access_by_env() 451 env_remove("RESTRICT_SETGID"); in restrict_access_by_env() 452 env_remove("RESTRICT_SETGID_PRIV"); in restrict_access_by_env() 454 env_remove("RESTRICT_GID_FIRST"); in restrict_access_by_env() 455 env_remove("RESTRICT_GID_LAST"); in restrict_access_by_env() 457 env_remove("RESTRICT_SETEXTRAGROUPS"); in restrict_access_by_env() 464 env_remove("RESTRICT_USER"); in restrict_access_by_env() 465 env_remove("RESTRICT_CHROOT"); in restrict_access_by_env()
|
H A D | test-env-util.c | 50 env_remove("a"); in test_env_util() 53 env_remove("a"); in test_env_util() 56 env_remove("c"); in test_env_util()
|
/dports/misc/vifm/vifm-0.11/tests/env/ |
H A D | get_one_of_def.c | 16 env_remove(VAR_A); in SETUP() 17 env_remove(VAR_B); in SETUP()
|
/dports/deskutils/just/just-0.10.5/tests/ |
H A D | edit.rs | 111 .env_remove("VISUAL") in editor_precedence() 136 .env_remove("VISUAL") in editor_precedence() 137 .env_remove("EDITOR") in editor_precedence()
|
/dports/misc/vifm/vifm-0.11/tests/commands/ |
H A D | else.c | 18 env_remove(VAR_A); in remove_tmp_vars() 19 env_remove(VAR_B); in remove_tmp_vars() 20 env_remove(VAR_C); in remove_tmp_vars() 21 env_remove(VAR_D); in remove_tmp_vars()
|
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/cargo-edit-0.7.0/src/ |
H A D | fetch.rs | 145 .env_remove("GIT_DIR") in fetch_with_cli() 148 .env_remove("GIT_WORK_TREE") in fetch_with_cli() 149 .env_remove("GIT_INDEX_FILE") in fetch_with_cli() 150 .env_remove("GIT_OBJECT_DIRECTORY") in fetch_with_cli() 151 .env_remove("GIT_ALTERNATE_OBJECT_DIRECTORIES") in fetch_with_cli()
|
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/libz-sys/ |
H A D | build.rs | 97 cmd.env_remove("MAKEFLAGS").env_remove("MFLAGS"); in make() 202 nmake.env_remove("MAKEFLAGS") 203 .env_remove("MFLAGS");
|
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/build-std/ |
H A D | main.rs | 26 e.env_remove("CARGO_HOME"); in enable_build_std() 27 e.env_remove("HOME"); in enable_build_std()
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/build-std/ |
H A D | main.rs | 26 e.env_remove("CARGO_HOME"); in enable_build_std() 27 e.env_remove("HOME"); in enable_build_std()
|
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/build-std/ |
H A D | main.rs | 26 e.env_remove("CARGO_HOME"); in enable_build_std() 27 e.env_remove("HOME"); in enable_build_std()
|
/dports/textproc/bat/bat-0.18.3/tests/ |
H A D | integration_tests.rs | 37 cmd.env_remove("PAGER"); in bat_raw_command_with_config() 38 cmd.env_remove("BAT_PAGER"); in bat_raw_command_with_config() 39 cmd.env_remove("BAT_CONFIG_PATH"); in bat_raw_command_with_config() 40 cmd.env_remove("BAT_STYLE"); in bat_raw_command_with_config() 41 cmd.env_remove("BAT_THEME"); in bat_raw_command_with_config() 42 cmd.env_remove("BAT_TABS"); in bat_raw_command_with_config()
|